1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/app/scripts/lib
Daijiro Wachi 43b1cb9100 Fix lint warnings
Fixed warnings:
```md
app/scripts/controllers/computed-balances.js
+ 35:27  warning  Missing space before function parentheses            space-before-function-paren
+ 41:14  warning  'address' is never reassigned. Use 'const' instead   prefer-const
+ 61:9   warning  'updater' is never reassigned. Use 'const' instead   prefer-const
+ 68:11  warning  'newState' is never reassigned. Use 'const' instead  prefer-const

app/scripts/controllers/network.js
+ 104:29  warning  Missing space before function parentheses  space-before-function-paren

app/scripts/lib/createLoggerMiddleware.js
+ 4:32  warning  Missing space before function parentheses      space-before-function-paren
+ 15:2   warning  Newline required at end of file but not found  eol-last

app/scripts/lib/createOriginMiddleware.js
+ 4:32  warning  Missing space before function parentheses      space-before-function-paren
+ 9:2   warning  Newline required at end of file but not found  eol-last

app/scripts/lib/createProviderMiddleware.js
+ 5:34  warning  Missing space before function parentheses      space-before-function-paren
+ 13:2   warning  Newline required at end of file but not found  eol-last

app/scripts/lib/events-proxy.js
+ 1:50  warning  Missing space before function parentheses      space-before-function-paren
+ 31:2   warning  Newline required at end of file but not found  eol-last

app/scripts/lib/nodeify.js
+ 2:22  warning  Missing space before function parentheses  space-before-function-paren
+ 2:24  warning  Missing space before opening brace         space-before-blocks
+ 5:18  warning  Missing space before function parentheses  space-before-function-paren
+ 5:20  warning  Missing space before opening brace         space-before-blocks

app/scripts/lib/pending-balance-calculator.js
+ 16:19  warning  Missing space before function parentheses  space-before-function-paren

app/scripts/lib/pending-tx-tracker.js
+ 85:11  warning  '||' should be placed at the end of the line  operator-linebreak
+ 87:11  warning  '||' should be placed at the end of the line  operator-linebreak
+ 88:11  warning  '||' should be placed at the end of the line  operator-linebreak
+ 90:11  warning  '||' should be placed at the end of the line  operator-linebreak
+ 91:11  warning  '||' should be placed at the end of the line  operator-linebreak

app/scripts/lib/port-stream.js
+ 3:22  warning  Missing space before function parentheses  space-before-function-paren
+ 3:24  warning  Missing space before opening brace         space-before-blocks

app/scripts/lib/tx-gas-utils.js
+ 84:2  warning  Newline required at end of file but not found  eol-last

app/scripts/lib/tx-state-history-helper.js
+ 12:37  warning  Missing space before function parentheses      space-before-function-paren
+ 23:30  warning  Missing space before function parentheses      space-before-function-paren
+ 30:23  warning  Missing space before function parentheses      space-before-function-paren
+ 35:28  warning  Missing space before function parentheses      space-before-function-paren
+ 41:2   warning  Newline required at end of file but not found  eol-last

app/scripts/lib/tx-state-manager.js
+ 94:13  warning  'value' is never reassigned. Use 'const' instead  prefer-const

ui/app/reducers.js
+ 45:7  warning  'state' is never reassigned. Use 'const' instead        prefer-const
+ 53:7  warning  'stateString' is never reassigned. Use 'const' instead  prefer-const

ui/lib/tx-helper.js
+ 27:2  warning  Newline required at end of file but not found  eol-last

ui/app/components/account-dropdowns.js
+ 163:1  warning  More than 2 blank lines not allowed  no-multiple-empty-lines

ui/app/components/menu-droppo.js
+ 22:7  warning  'style' is never reassigned. Use 'const' instead  prefer-const

ui/app/components/shapeshift-form.js
+ 135:11  warning  '&&' should be placed at the end of the line  operator-linebreak

ui/app/components/typed-message-renderer.js
+ 35:25  warning  Missing space before function parentheses      space-before-function-paren
+ 42:2   warning  Newline required at end of file but not found  eol-last

mascara/server/index.js
+ 11:42  warning  Use path.join() or path.resolve() instead of + to create paths  no-path-concat
+ 12:36  warning  Use path.join() or path.resolve() instead of + to create paths  no-path-concat
+ 13:33  warning  Use path.join() or path.resolve() instead of + to create paths  no-path-concat
+ 14:40  warning  Use path.join() or path.resolve() instead of + to create paths  no-path-concat
+ 20:29  warning  Use path.join() or path.resolve() instead of + to create paths  no-path-concat
+ 21:29  warning  Use path.join() or path.resolve() instead of + to create paths  no-path-concat
+ 26:40  warning  Use path.join() or path.resolve() instead of + to create paths  no-path-concat
```
2017-10-21 21:06:39 +02:00
..
migrator Linting 2017-06-12 11:08:32 -07:00
account-tracker.js Linted 2017-10-19 12:33:43 -07:00
auto-reload.js Make web3 deprecation notice more useful 2017-09-05 11:35:33 -07:00
buy-eth-url.js Merge branch 'master' into rinkeby 2017-04-27 14:50:19 -07:00
config-manager.js Fix for tests 2017-05-23 19:49:57 -04:00
createLoggerMiddleware.js Fix lint warnings 2017-10-21 21:06:39 +02:00
createOriginMiddleware.js Fix lint warnings 2017-10-21 21:06:39 +02:00
createProviderMiddleware.js Fix lint warnings 2017-10-21 21:06:39 +02:00
events-proxy.js Fix lint warnings 2017-10-21 21:06:39 +02:00
hex-to-bn.js Improve UI gas calculation logic 2017-03-28 11:52:15 -07:00
inpage-provider.js Merge branch 'master' of github.com:MetaMask/metamask-extension into filter-leak-fix 2017-09-11 14:21:09 -07:00
is-popup-or-notification.js Linting to the max. 2016-11-11 10:26:12 -08:00
message-manager.js Fix linting warnings 2017-04-26 21:05:45 -07:00
nodeify.js Fix lint warnings 2017-10-21 21:06:39 +02:00
nonce-tracker.js Revert "NetworkController refactor for new EthClient interface" 2017-10-18 15:09:32 -07:00
notification-manager.js notification-manager - remove promise listener 2017-04-28 16:04:00 -07:00
pending-balance-calculator.js Fix lint warnings 2017-10-21 21:06:39 +02:00
pending-tx-tracker.js Fix lint warnings 2017-10-21 21:06:39 +02:00
personal-message-manager.js Fix linting warnings 2017-04-26 21:05:45 -07:00
port-stream.js Fix lint warnings 2017-10-21 21:06:39 +02:00
random-id.js Maintain linting. 2016-11-18 16:27:26 -08:00
stream-utils.js lint - remove dead code 2017-09-07 22:35:38 -07:00
tx-gas-utils.js Fix lint warnings 2017-10-21 21:06:39 +02:00
tx-state-history-helper.js Fix lint warnings 2017-10-21 21:06:39 +02:00
tx-state-manager.js Fix lint warnings 2017-10-21 21:06:39 +02:00
typed-message-manager.js Validate data format for eth_signTypedData 2017-10-07 00:38:13 +03:00
util.js util - sufficientBalance - validate input 2017-08-08 21:05:59 -07:00