$ date
--- stdout ---
Fri Jun 2 04:23:12 UTC 2023
--- end ---
$ git clone file:///srv/git/mediawiki-extensions-ImageMapEdit.git repo --depth=1 -b master
--- stderr ---
Cloning into 'repo'...
--- stdout ---
--- end ---
$ git config user.name libraryupgrader
--- stdout ---
--- end ---
$ git config user.email tools.libraryupgrader@tools.wmflabs.org
--- stdout ---
--- end ---
$ git submodule update --init
--- stdout ---
--- end ---
$ grr init
--- stdout ---
Installed commit-msg hook.
--- end ---
$ git show-ref refs/heads/master
--- stdout ---
5931fd56e13d3f50ac28f0004afb10b05eae6fb0 refs/heads/master
--- end ---
$ /usr/bin/npm audit --json --legacy-peer-deps
--- stdout ---
{
"auditReportVersion": 2,
"vulnerabilities": {},
"metadata": {
"vulnerabilities": {
"info": 0,
"low": 0,
"moderate": 0,
"high": 0,
"critical": 0,
"total": 0
},
"dependencies": {
"prod": 1,
"dev": 420,
"optional": 0,
"peer": 1,
"peerOptional": 0,
"total": 420
}
}
}
--- end ---
$ /usr/bin/composer install
--- stderr ---
No lock file found. Updating dependencies instead of installing from lock file. Use composer update over composer install if you do not have a lock file.
Loading composer repositories with package information
Info from https://repo.packagist.org: [37;44m#StandWith[30;43mUkraine[0m
Updating dependencies
Lock file operations: 37 installs, 0 updates, 0 removals
- Locking composer/installers (v2.2.0)
- Locking composer/pcre (3.1.0)
- Locking composer/semver (3.3.2)
- Locking composer/spdx-licenses (1.5.7)
- Locking composer/xdebug-handler (3.0.3)
- Locking doctrine/deprecations (v1.1.0)
- Locking felixfbecker/advanced-json-rpc (v3.2.1)
- Locking mediawiki/mediawiki-codesniffer (v41.0.0)
- Locking mediawiki/mediawiki-phan-config (0.12.1)
- Locking mediawiki/minus-x (1.1.1)
- Locking mediawiki/phan-taint-check-plugin (4.0.0)
- Locking microsoft/tolerant-php-parser (v0.1.1)
- Locking netresearch/jsonmapper (v4.2.0)
- Locking phan/phan (5.4.1)
- Locking php-parallel-lint/php-console-color (v1.0.1)
- Locking php-parallel-lint/php-console-highlighter (v1.0.0)
- Locking php-parallel-lint/php-parallel-lint (v1.3.2)
- Locking phpdocumentor/reflection-common (2.2.0)
- Locking phpdocumentor/reflection-docblock (5.3.0)
- Locking phpdocumentor/type-resolver (1.7.2)
- Locking phpstan/phpdoc-parser (1.22.0)
- Locking psr/container (1.1.2)
- Locking psr/log (1.1.4)
- Locking sabre/event (5.1.4)
- Locking squizlabs/php_codesniffer (3.7.2)
- Locking symfony/console (v5.4.24)
- Locking symfony/deprecation-contracts (v2.5.2)
- Locking symfony/polyfill-ctype (v1.27.0)
- Locking symfony/polyfill-intl-grapheme (v1.27.0)
- Locking symfony/polyfill-intl-normalizer (v1.27.0)
- Locking symfony/polyfill-mbstring (v1.27.0)
- Locking symfony/polyfill-php73 (v1.27.0)
- Locking symfony/polyfill-php80 (v1.27.0)
- Locking symfony/service-contracts (v2.5.2)
- Locking symfony/string (v5.4.22)
- Locking tysonandre/var_representation_polyfill (0.1.3)
- Locking webmozart/assert (1.11.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 37 installs, 0 updates, 0 removals
0 [>---------------------------] 0 [->--------------------------] 0 [--->------------------------] - Installing composer/installers (v2.2.0): Extracting archive
- Installing composer/pcre (3.1.0): Extracting archive
- Installing symfony/polyfill-php80 (v1.27.0): Extracting archive
- Installing squizlabs/php_codesniffer (3.7.2): Extracting archive
- Installing symfony/polyfill-mbstring (v1.27.0): Extracting archive
- Installing composer/spdx-licenses (1.5.7): Extracting archive
- Installing composer/semver (3.3.2): Extracting archive
- Installing mediawiki/mediawiki-codesniffer (v41.0.0): Extracting archive
- Installing tysonandre/var_representation_polyfill (0.1.3): Extracting archive
- Installing symfony/polyfill-intl-normalizer (v1.27.0): Extracting archive
- Installing symfony/polyfill-intl-grapheme (v1.27.0): Extracting archive
- Installing symfony/polyfill-ctype (v1.27.0): Extracting archive
- Installing symfony/string (v5.4.22): Extracting archive
- Installing symfony/deprecation-contracts (v2.5.2): Extracting archive
- Installing psr/container (1.1.2): Extracting archive
- Installing symfony/service-contracts (v2.5.2): Extracting archive
- Installing symfony/polyfill-php73 (v1.27.0): Extracting archive
- Installing symfony/console (v5.4.24): Extracting archive
- Installing sabre/event (5.1.4): Extracting archive
- Installing netresearch/jsonmapper (v4.2.0): Extracting archive
- Installing microsoft/tolerant-php-parser (v0.1.1): Extracting archive
- Installing webmozart/assert (1.11.0): Extracting archive
- Installing phpstan/phpdoc-parser (1.22.0): Extracting archive
- Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
- Installing doctrine/deprecations (v1.1.0): Extracting archive
- Installing phpdocumentor/type-resolver (1.7.2): Extracting archive
- Installing phpdocumentor/reflection-docblock (5.3.0): Extracting archive
- Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive
- Installing psr/log (1.1.4): Extracting archive
- Installing composer/xdebug-handler (3.0.3): Extracting archive
- Installing phan/phan (5.4.1): Extracting archive
- Installing mediawiki/phan-taint-check-plugin (4.0.0): Extracting archive
- Installing mediawiki/mediawiki-phan-config (0.12.1): Extracting archive
- Installing mediawiki/minus-x (1.1.1): Extracting archive
- Installing php-parallel-lint/php-console-color (v1.0.1): Extracting archive
- Installing php-parallel-lint/php-console-highlighter (v1.0.0): Extracting archive
- Installing php-parallel-lint/php-parallel-lint (v1.3.2): Extracting archive
0/27 [>---------------------------] 0%
10/27 [==========>-----------------] 37%
19/27 [===================>--------] 70%
26/27 [==========================>-] 96%
27/27 [============================] 100%4 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
15 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
--- stdout ---
--- end ---
Upgrading n:grunt-banana-checker from 0.10.0 -> 0.11.0
Upgrading n:stylelint-config-wikimedia from 0.14.0 -> 0.15.0
$ /usr/bin/npm install
--- stdout ---
added 419 packages, and audited 420 packages in 5s
55 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
--- end ---
$ package-lock-lint package-lock.json
--- stdout ---
Checking package-lock.json
--- end ---
$ ./node_modules/.bin/grunt stylelint
--- stdout ---
Running "stylelint:all" (stylelint) task
>> Linted 0 files without errors
Done.
--- end ---
$ /usr/bin/npm ci --legacy-peer-deps
--- stdout ---
added 419 packages, and audited 420 packages in 4s
55 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
--- end ---
$ /usr/bin/npm test
--- stdout ---
> test
> grunt test
Running "eslint:all" (eslint) task
/src/repo/resources/ime.js
28:15 error There must be a space after this paren space-in-parens
28:28 error There must be a space before this paren space-in-parens
31:1 error Identifier 'ime_translations' is not in camel case camelcase
31:1 error 'ime_translations' is not defined no-undef
31:20 error The array literal notation [] is preferable no-array-constructor
32:1 error Identifier 'ime_translations' is not in camel case camelcase
32:1 error 'ime_translations' is not defined no-undef
32:17 error A space is required after '[' computed-property-spacing
32:18 error ["error_imagenotfound"] is better written in dot notation dot-notation
32:39 error A space is required before ']' computed-property-spacing
35:15 error There must be a space after this paren space-in-parens
35:32 error There must be a space before this paren space-in-parens
40:5 error Identifier 'ime_areas' is not in camel case camelcase
40:17 error The array literal notation [] is preferable no-array-constructor
41:5 error Identifier 'ime_currentlyEditing' is not in camel case camelcase
42:5 error Identifier 'ime_width' is not in camel case camelcase
43:5 error Identifier 'ime_height' is not in camel case camelcase
43:5 error 'ime_height' is assigned a value but never used no-unused-vars
44:5 error Identifier 'ime_scale' is not in camel case camelcase
49:1 warning Prefer $() to .ready no-jquery/no-ready-shorthand
49:2 error There must be a space after this paren space-in-parens
49:11 error There must be a space before this paren space-in-parens
49:18 error There must be a space after this paren space-in-parens
49:27 error Missing space before function parentheses space-before-function-paren
49:29 error Missing space before opening brace space-before-blocks
51:44 error Expected '===' and instead saw '==' eqeqeq
51:80 error Expected '===' and instead saw '==' eqeqeq
53:6 error There must be a space after this paren space-in-parens
53:30 error There must be a space after this paren space-in-parens
53:37 error There must be a space before this paren space-in-parens
53:38 error There must be a space before this paren space-in-parens
57:2 error There must be a space before this paren space-in-parens
62:10 error Identifier 'ime_htmlNewDiv' is not in camel case camelcase
62:24 error There must be a space after this paren space-in-parens
62:27 error There must be a space before this paren space-in-parens
63:34 error There must be a space after this paren space-in-parens
63:40 error There must be a space before this paren space-in-parens
64:5 error There must be a space after this paren space-in-parens
64:8 error There must be a space before this paren space-in-parens
64:10 error Expected { after 'if' condition curly
75:10 error Identifier 'ime_init1' is not in camel case camelcase
76:39 error There must be a space after this paren space-in-parens
76:46 error There must be a space before this paren space-in-parens
77:5 error There must be a space after this paren space-in-parens
77:14 error There must be a space before this paren space-in-parens
78:12 error There must be a space after this paren space-in-parens
78:13 error Identifier 'ime_translations' is not in camel case camelcase
78:13 error 'ime_translations' is not defined no-undef
78:29 error A space is required after '[' computed-property-spacing
78:30 error ["error_imagenotfound"] is better written in dot notation dot-notation
78:51 error A space is required before ']' computed-property-spacing
78:82 error There must be a space before this paren space-in-parens
82:22 error There must be a space after this paren space-in-parens
82:30 error There must be a space before this paren space-in-parens
83:5 error There must be a space after this paren space-in-parens
83:8 error There must be a space before this paren space-in-parens
84:12 error There must be a space after this paren space-in-parens
84:13 error Identifier 'ime_translations' is not in camel case camelcase
84:13 error 'ime_translations' is not defined no-undef
84:29 error A space is required after '[' computed-property-spacing
84:30 error ["error_imagenotfound"] is better written in dot notation dot-notation
84:51 error A space is required before ']' computed-property-spacing
84:76 error There must be a space before this paren space-in-parens
89:5 error There must be a space after this paren space-in-parens
89:10 error There must be a space before this paren space-in-parens
90:12 error There must be a space after this paren space-in-parens
90:13 error Identifier 'ime_translations' is not in camel case camelcase
90:13 error 'ime_translations' is not defined no-undef
90:29 error A space is required after '[' computed-property-spacing
90:30 error ["error_imagenotfound"] is better written in dot notation dot-notation
90:51 error A space is required before ']' computed-property-spacing
90:78 error There must be a space before this paren space-in-parens
102:2 error Avoid queries which search the entire DOM. Keep DOM nodes in memory where possible no-jquery/no-global-selector
104:7 error There must be a space after this paren space-in-parens
104:21 error There must be a space after this paren space-in-parens
104:21 error Missing space before function parentheses space-before-function-paren
104:30 error There must be a space before this paren space-in-parens
105:45 error There must be a space after this paren space-in-parens
105:50 error There must be a space before this paren space-in-parens
105:51 error A space is required after '[' computed-property-spacing
105:53 error A space is required before ']' computed-property-spacing
106:3 error Identifier 'ime_width' is not in camel case camelcase
106:34 error There must be a space after this paren space-in-parens
106:42 error There must be a space before this paren space-in-parens
107:3 error Identifier 'ime_height' is not in camel case camelcase
107:35 error There must be a space after this paren space-in-parens
107:44 error There must be a space before this paren space-in-parens
109:3 error Identifier 'ime_scale' is not in camel case camelcase
109:24 error Operator '/' must be spaced space-infix-ops
109:25 error Identifier 'ime_width' is not in camel case camelcase
111:3 error There must be a space before this paren space-in-parens
119:10 error Identifier 'ime_init2' is not in camel case camelcase
124:39 error There must be a space after this paren space-in-parens
124:46 error There must be a space before this paren space-in-parens
126:22 error There must be a space after this paren space-in-parens
126:31 error There must be a space before this paren space-in-parens
129:38 error There must be a space after this paren space-in-parens
129:53 error There must be a space before this paren space-in-parens
133:15 error There must be a space after this paren space-in-parens
133:19 error There must be a space before this paren space-in-parens
134:22 error There must be a space after this paren space-in-parens
134:38 error A space is required after ',' comma-spacing
134:47 error There must be a space before this paren space-in-parens
135:21 error There must be a space after this paren space-in-parens
135:30 error There must be a space before this paren space-in-parens
144:5 error There must be a space after this paren space-in-parens
144:6 error Unary word operator 'typeof' must be followed by whitespace space-unary-ops
144:12 error There must be a space after this paren space-in-parens
144:32 error There must be a space before this paren space-in-parens
144:34 error Expected '!==' and instead saw '!=' eqeqeq
144:77 error There must be a space after this paren space-in-parens
144:86 error There must be a space before this paren space-in-parens
144:87 error There must be a space before this paren space-in-parens
146:2 error Closing curly brace does not appear on the same line as the subsequent block brace-style
151:36 error There must be a space after this paren space-in-parens
151:49 error There must be a space before this paren space-in-parens
159:29 error There must be a space after this paren space-in-parens
159:43 error There must be a space before this paren space-in-parens
160:29 error There must be a space after this paren space-in-parens
160:33 error There must be a space before this paren space-in-parens
162:29 error There must be a space after this paren space-in-parens
162:35 error There must be a space before this paren space-in-parens
163:21 error There must be a space after this paren space-in-parens
163:28 error There must be a space before this paren space-in-parens
168:22 error Identifier 'ime_eventDummy' is not in camel case camelcase
170:1 error More than 1 blank line not allowed no-multiple-empty-lines
171:21 error Identifier 'ime_templateHtml' is not in camel case camelcase
171:21 error 'ime_templateHtml' is not defined no-undef
180:10 error Identifier 'ime_translate' is not in camel case camelcase
181:5 error There must be a space after this paren space-in-parens
181:6 error Identifier 'ime_translations' is not in camel case camelcase
181:6 error 'ime_translations' is not defined no-undef
181:22 error There must be a space before this paren space-in-parens
182:7 error There must be a space after this paren space-in-parens
182:17 error Identifier 'ime_translations' is not in camel case camelcase
182:17 error 'ime_translations' is not defined no-undef
182:33 error There must be a space before this paren space-in-parens
183:45 error There must be a space after this paren space-in-parens
183:58 error There must be a space before this paren space-in-parens
184:7 error There must be a space after this paren space-in-parens
184:27 error There must be a space before this paren space-in-parens
185:16 error Identifier 'ime_translations' is not in camel case camelcase
185:16 error 'ime_translations' is not defined no-undef
185:32 error A space is required after '[' computed-property-spacing
185:34 error A space is required before ']' computed-property-spacing
185:35 error Missing whitespace after semicolon semi-spacing
185:36 error Unnecessary semicolon no-extra-semi
186:9 error There must be a space after this paren space-in-parens
186:15 error Operator '=' must be spaced space-infix-ops
186:20 error Operator '<' must be spaced space-infix-ops
186:41 error There must be a space before this paren space-in-parens
187:14 error A space is required after '[' computed-property-spacing
187:16 error A space is required before ']' computed-property-spacing
197:10 error Identifier 'ime_getElementsByClassName' is not in camel case camelcase
197:36 error There must be a space after this paren space-in-parens
197:46 error There must be a space before this paren space-in-parens
199:5 error There must be a space after this paren space-in-parens
199:37 error There must be a space before this paren space-in-parens
200:41 error There must be a space after this paren space-in-parens
200:51 error There must be a space before this paren space-in-parens
204:9 error 'getElementsByClassName' is not defined no-undef
204:31 error There must be a space after this paren space-in-parens
204:40 error A space is required after ',' comma-spacing
204:44 error A space is required after ',' comma-spacing
204:54 error There must be a space before this paren space-in-parens
204:55 error Missing semicolon semi
211:10 error Identifier 'ime_error' is not in camel case camelcase
211:19 error There must be a space after this paren space-in-parens
211:27 error There must be a space before this paren space-in-parens
212:6 error jQuery collection names must match the variablePattern no-jquery/variable-pattern
212:15 error Avoid queries which search the entire DOM. Keep DOM nodes in memory where possible no-jquery/no-global-selector
212:16 error There must be a space after this paren space-in-parens
212:24 error There must be a space before this paren space-in-parens
213:6 error jQuery collection names must match the variablePattern no-jquery/variable-pattern
213:14 error Avoid queries which search the entire DOM. Keep DOM nodes in memory where possible no-jquery/no-global-selector
213:15 error There must be a space after this paren space-in-parens
213:22 error There must be a space before this paren space-in-parens
215:5 error There must be a space after this paren space-in-parens
215:25 error There must be a space before this paren space-in-parens
216:7 error jQuery collection names must match the variablePattern no-jquery/variable-pattern
216:20 error Single tag must use the format: <p> no-jquery/no-parse-html-literal
216:21 error There must be a space after this paren space-in-parens
216:28 error There must be a space before this paren space-in-parens
217:1 error Expected indentation of 3 tabs but found 2 indent
217:7 error There must be a space after this paren space-in-parens
218:1 error Expected indentation of 4 tabs but found 3 indent
218:4 error Unnecessarily quoted property 'color' found quote-props
218:11 error Extra space after key 'color' key-spacing
219:1 error Expected indentation of 4 tabs but found 3 indent
219:4 error Unnecessarily quoted property 'background' found quote-props
219:16 error Extra space after key 'background' key-spacing
220:1 error Expected indentation of 4 tabs but found 3 indent
220:4 error Unnecessarily quoted property 'border' found quote-props
220:12 error Extra space after key 'border' key-spacing
221:1 error Expected indentation of 4 tabs but found 3 indent
221:4 error Unnecessarily quoted property 'padding' found quote-props
221:13 error Extra space after key 'padding' key-spacing
222:1 error Expected indentation of 3 tabs but found 2 indent
222:4 error There must be a space before this paren space-in-parens
223:1 error Expected indentation of 3 tabs but found 2 indent
223:8 error There must be a space after this paren space-in-parens
223:16 error There must be a space before this paren space-in-parens
223:17 error Missing semicolon semi
225:6 error There must be a space after this paren space-in-parens
225:18 error There must be a space before this paren space-in-parens
226:16 error There must be a space after this paren space-in-parens
226:27 error There must be a space before this paren space-in-parens
228:23 error There must be a space after this paren space-in-parens
228:30 error There must be a space before this paren space-in-parens
230:2 error Closing curly brace does not appear on the same line as the subsequent block brace-style
232:3 error Unexpected alert no-alert
232:15 error There must be a space after this paren space-in-parens
232:23 error There must be a space before this paren space-in-parens
239:10 error Identifier 'ime_eventDummy' is not in camel case camelcase
239:24 error There must be a space after this paren space-in-parens
239:26 error There must be a space before this paren space-in-parens
247:10 error Identifier 'ime_RectCoord' is not in camel case camelcase
247:23 error There must be a space after this paren space-in-parens
247:26 error A space is required after ',' comma-spacing
247:29 error A space is required after ',' comma-spacing
247:32 error A space is required after ',' comma-spacing
247:35 error There must be a space before this paren space-in-parens
257:10 error Identifier 'ime_CircleCoord' is not in camel case camelcase
257:25 error There must be a space after this paren space-in-parens
257:27 error A space is required after ',' comma-spacing
257:29 error A space is required after ',' comma-spacing
257:31 error There must be a space before this paren space-in-parens
266:10 error Identifier 'ime_PolyCoord' is not in camel case camelcase
266:23 error There must be a space after this paren space-in-parens
266:24 error 'x' is defined but never used no-unused-vars
266:25 error A space is required after ',' comma-spacing
266:26 error 'y' is defined but never used no-unused-vars
266:27 error A space is required after ',' comma-spacing
266:28 error 'r' is defined but never used no-unused-vars
266:29 error There must be a space before this paren space-in-parens
267:16 error The array literal notation [] is preferable no-array-constructor
274:10 error Identifier 'ime_Area' is not in camel case camelcase
274:18 error There must be a space after this paren space-in-parens
274:24 error There must be a space before this paren space-in-parens
275:5 error There must be a space after this paren space-in-parens
275:11 error Expected '===' and instead saw '==' eqeqeq
275:11 error Operator '==' must be spaced space-infix-ops
275:19 error There must be a space before this paren space-in-parens
277:21 error A constructor name should not start with a lowercase letter new-cap
277:34 error There must be a space after this paren space-in-parens
277:36 error A space is required after ',' comma-spacing
277:38 error A space is required after ',' comma-spacing
277:40 error A space is required after ',' comma-spacing
277:42 error There must be a space before this paren space-in-parens
278:2 error Closing curly brace does not appear on the same line as the subsequent block brace-style
279:10 error There must be a space after this paren space-in-parens
279:16 error Expected '===' and instead saw '==' eqeqeq
279:16 error Operator '==' must be spaced space-infix-ops
279:26 error There must be a space before this paren space-in-parens
281:21 error A constructor name should not start with a lowercase letter new-cap
281:36 error There must be a space after this paren space-in-parens
281:38 error A space is required after ',' comma-spacing
281:40 error A space is required after ',' comma-spacing
281:43 error There must be a space before this paren space-in-parens
282:2 error Closing curly brace does not appear on the same line as the subsequent block brace-style
285:21 error A constructor name should not start with a lowercase letter new-cap
295:10 error Identifier 'ime_getEvent' is not in camel case camelcase
295:22 error There must be a space after this paren space-in-parens
295:24 error There must be a space before this paren space-in-parens
296:5 error There must be a space after this paren space-in-parens
296:7 error There must be a space before this paren space-in-parens
298:2 error Closing curly brace does not appear on the same line as the subsequent block brace-style
304:10 error Identifier 'ime_eventGetX' is not in camel case camelcase
304:23 error There must be a space after this paren space-in-parens
304:25 error There must be a space before this paren space-in-parens
305:5 error There must be a space after this paren space-in-parens
305:6 error Unary word operator 'typeof' must be followed by whitespace space-unary-ops
305:12 error There must be a space after this paren space-in-parens
305:21 error There must be a space before this paren space-in-parens
305:22 error Expected '!==' and instead saw '!=' eqeqeq
305:22 error Operator '!=' must be spaced space-infix-ops
305:35 error There must be a space before this paren space-in-parens
306:20 error There must be a space after this paren space-in-parens
306:32 error Identifier 'ime_scale' is not in camel case camelcase
306:41 error There must be a space before this paren space-in-parens
308:5 error There must be a space after this paren space-in-parens
308:6 error Unary word operator 'typeof' must be followed by whitespace space-unary-ops
308:12 error There must be a space after this paren space-in-parens
308:22 error There must be a space before this paren space-in-parens
308:23 error Expected '!==' and instead saw '!=' eqeqeq
308:23 error Operator '!=' must be spaced space-infix-ops
308:36 error There must be a space before this paren space-in-parens
309:20 error There must be a space after this paren space-in-parens
309:33 error Identifier 'ime_scale' is not in camel case camelcase
309:42 error There must be a space before this paren space-in-parens
310:2 error Closing curly brace does not appear on the same line as the subsequent block brace-style
312:20 error There must be a space after this paren space-in-parens
312:27 error Identifier 'ime_scale' is not in camel case camelcase
312:36 error There must be a space before this paren space-in-parens
316:10 error Identifier 'ime_eventGetY' is not in camel case camelcase
316:23 error There must be a space after this paren space-in-parens
316:25 error There must be a space before this paren space-in-parens
317:5 error There must be a space after this paren space-in-parens
317:6 error Unary word operator 'typeof' must be followed by whitespace space-unary-ops
317:12 error There must be a space after this paren space-in-parens
317:21 error There must be a space before this paren space-in-parens
317:22 error Expected '!==' and instead saw '!=' eqeqeq
317:22 error Operator '!=' must be spaced space-infix-ops
317:35 error There must be a space before this paren space-in-parens
318:20 error There must be a space after this paren space-in-parens
318:32 error Identifier 'ime_scale' is not in camel case camelcase
318:41 error There must be a space before this paren space-in-parens
320:5 error There must be a space after this paren space-in-parens
320:6 error Unary word operator 'typeof' must be followed by whitespace space-unary-ops
320:12 error There must be a space after this paren space-in-parens
320:22 error There must be a space before this paren space-in-parens
320:23 error Expected '!==' and instead saw '!=' eqeqeq
320:23 error Operator '!=' must be spaced space-infix-ops
320:36 error There must be a space before this paren space-in-parens
321:20 error There must be a space after this paren space-in-parens
321:33 error Identifier 'ime_scale' is not in camel case camelcase
321:42 error There must be a space before this paren space-in-parens
322:2 error Closing curly brace does not appear on the same line as the subsequent block brace-style
324:20 error There must be a space after this paren space-in-parens
324:27 error Identifier 'ime_scale' is not in camel case camelcase
324:36 error There must be a space before this paren space-in-parens
328:10 error Identifier 'ime_eventGetButton' is not in camel case camelcase
328:28 error There must be a space after this paren space-in-parens
328:30 error There must be a space before this paren space-in-parens
329:5 error There must be a space after this paren space-in-parens
329:6 error Unary word operator 'typeof' must be followed by whitespace space-unary-ops
329:12 error There must be a space after this paren space-in-parens
329:20 error There must be a space before this paren space-in-parens
329:21 error Expected '!==' and instead saw '!=' eqeqeq
329:21 error Operator '!=' must be spaced space-infix-ops
329:34 error There must be a space before this paren space-in-parens
331:2 error Closing curly brace does not appear on the same line as the subsequent block brace-style
337:10 error Identifier 'ime_mouseEventClear' is not in camel case camelcase
338:35 error There must be a space after this paren space-in-parens
338:44 error There must be a space before this paren space-in-parens
343:10 error Identifier 'ime_mouseEventSet' is not in camel case camelcase
343:27 error There must be a space after this paren space-in-parens
343:32 error There must be a space before this paren space-in-parens
344:35 error There must be a space after this paren space-in-parens
344:44 error There must be a space before this paren space-in-parens
349:10 error Identifier 'ime_eventRect' is not in camel case camelcase
349:23 error There must be a space after this paren space-in-parens
349:25 error There must be a space before this paren space-in-parens
350:18 error There must be a space after this paren space-in-parens
350:20 error There must be a space before this paren space-in-parens
351:33 error There must be a space after this paren space-in-parens
351:35 error There must be a space before this paren space-in-parens
352:5 error There must be a space after this paren space-in-parens
352:12 error Expected '===' and instead saw '==' eqeqeq
352:12 error Operator '==' must be spaced space-infix-ops
352:15 error There must be a space before this paren space-in-parens
353:50 error There must be a space after this paren space-in-parens
353:52 error There must be a space before this paren space-in-parens
354:49 error There must be a space after this paren space-in-parens
354:51 error There must be a space before this paren space-in-parens
355:2 error Closing curly brace does not appear on the same line as the subsequent block brace-style
356:10 error There must be a space after this paren space-in-parens
356:17 error Expected '===' and instead saw '==' eqeqeq
356:17 error Operator '==' must be spaced space-infix-ops
356:30 error Expected '===' and instead saw '==' eqeqeq
356:30 error Operator '==' must be spaced space-infix-ops
356:33 error There must be a space before this paren space-in-parens
357:51 error There must be a space after this paren space-in-parens
357:53 error There must be a space before this paren space-in-parens
358:52 error There must be a space after this paren space-in-parens
358:54 error There must be a space before this paren space-in-parens
364:10 error Identifier 'ime_eventCircle' is not in camel case camelcase
364:25 error There must be a space after this paren space-in-parens
364:27 error There must be a space before this paren space-in-parens
365:18 error There must be a space after this paren space-in-parens
365:20 error There must be a space before this paren space-in-parens
366:33 error There must be a space after this paren space-in-parens
366:35 error There must be a space before this paren space-in-parens
367:5 error There must be a space after this paren space-in-parens
367:12 error Expected '===' and instead saw '==' eqeqeq
367:12 error Operator '==' must be spaced space-infix-ops
367:15 error There must be a space before this paren space-in-parens
368:49 error There must be a space after this paren space-in-parens
368:51 error There must be a space before this paren space-in-parens
369:49 error There must be a space after this paren space-in-parens
369:51 error There must be a space before this paren space-in-parens
370:2 error Closing curly brace does not appear on the same line as the subsequent block brace-style
371:10 error There must be a space after this paren space-in-parens
371:17 error Expected '===' and instead saw '==' eqeqeq
371:17 error Operator '==' must be spaced space-infix-ops
371:30 error Expected '===' and instead saw '==' eqeqeq
371:30 error Operator '==' must be spaced space-infix-ops
371:33 error There must be a space before this paren space-in-parens
372:11 error There must be a space after this paren space-in-parens
372:25 error There must be a space after this paren space-in-parens
372:27 error There must be a space before this paren space-in-parens
372:39 error There must be a space after this paren space-in-parens
372:70 error There must be a space before this paren space-in-parens
372:71 error There must be a space before this paren space-in-parens
373:11 error There must be a space after this paren space-in-parens
373:25 error There must be a space after this paren space-in-parens
373:27 error There must be a space before this paren space-in-parens
373:39 error There must be a space after this paren space-in-parens
373:70 error There must be a space before this paren space-in-parens
373:71 error There must be a space before this paren space-in-parens
374:51 error There must be a space after this paren space-in-parens
374:61 error There must be a space after this paren space-in-parens
374:63 error Operator '*' must be spaced space-infix-ops
374:69 error Operator '*' must be spaced space-infix-ops
374:71 error There must be a space before this paren space-in-parens
374:72 error There must be a space before this paren space-in-parens
380:10 error Identifier 'ime_eventPoly' is not in camel case camelcase
380:23 error There must be a space after this paren space-in-parens
380:25 error There must be a space before this paren space-in-parens
381:18 error There must be a space after this paren space-in-parens
381:20 error There must be a space before this paren space-in-parens
382:33 error There must be a space after this paren space-in-parens
382:35 error There must be a space before this paren space-in-parens
383:5 error There must be a space after this paren space-in-parens
383:12 error Expected '===' and instead saw '==' eqeqeq
383:12 error Operator '==' must be spaced space-infix-ops
383:15 error There must be a space before this paren space-in-parens
384:3 error 'area' is not defined no-undef
384:10 error Identifier 'ime_areas' is not in camel case camelcase
384:19 error A space is required after '[' computed-property-spacing
384:20 error Identifier 'ime_currentlyEditing' is not in camel case camelcase
384:40 error A space is required before ']' computed-property-spacing
385:3 error 'area' is not defined no-undef
385:26 error There must be a space after this paren space-in-parens
385:40 error There must be a space after this paren space-in-parens
385:42 error There must be a space before this paren space-in-parens
385:43 error There must be a space before this paren space-in-parens
386:3 error 'area' is not defined no-undef
386:26 error There must be a space after this paren space-in-parens
386:40 error There must be a space after this paren space-in-parens
386:42 error There must be a space before this paren space-in-parens
386:43 error There must be a space before this paren space-in-parens
392:10 error Identifier 'ime_newArea' is not in camel case camelcase
392:10 error 'ime_newArea' is defined but never used no-unused-vars
392:21 error There must be a space after this paren space-in-parens
392:27 error There must be a space before this paren space-in-parens
393:17 error A constructor name should not start with a lowercase letter new-cap
393:25 error There must be a space after this paren space-in-parens
393:31 error There must be a space before this paren space-in-parens
395:2 error Identifier 'ime_areas' is not in camel case camelcase
395:16 error There must be a space after this paren space-in-parens
395:21 error There must be a space before this paren space-in-parens
397:2 error Identifier 'ime_currentlyEditing' is not in camel case camelcase
397:25 error Identifier 'ime_areas' is not in camel case camelcase
397:41 error Operator '-' must be spaced space-infix-ops
399:14 error There must be a space after this paren space-in-parens
399:35 error There must be a space before this paren space-in-parens
402:10 error Identifier 'ime_updateAreas' is not in camel case camelcase
408:10 error Identifier 'ime_updateResult' is not in camel case camelcase
410:31 error A space is required after '[' computed-property-spacing
410:33 error A space is required before ']' computed-property-spacing
411:6 error There must be a space after this paren space-in-parens
411:11 error 'i' used outside of binding context block-scoped-var
411:11 error 'i' used outside of binding context block-scoped-var
411:12 error Operator '=' must be spaced space-infix-ops
411:16 error 'i' used outside of binding context block-scoped-var
411:16 error 'i' used outside of binding context block-scoped-var
411:17 error Operator '<' must be spaced space-infix-ops
411:30 error 'i' used outside of binding context block-scoped-var
411:30 error 'i' used outside of binding context block-scoped-var
411:33 error There must be a space before this paren space-in-parens
412:6 error There must be a space after this paren space-in-parens
412:10 error A space is required after '[' computed-property-spacing
412:11 error 'i' used outside of binding context block-scoped-var
412:11 error 'i' used outside of binding context block-scoped-var
412:12 error A space is required before ']' computed-property-spacing
412:21 error There must be a space before this paren space-in-parens
413:29 error A space is required after '[' computed-property-spacing
413:30 error 'i' used outside of binding context block-scoped-var
413:30 error 'i' used outside of binding context block-scoped-var
413:31 error A space is required before ']' computed-property-spacing
418:15 error The array literal notation [] is preferable no-array-constructor
419:13 error There must be a space after this paren space-in-parens
419:26 error There must be a space before this paren space-in-parens
421:13 error There must be a space after this paren space-in-parens
421:16 error There must be a space before this paren space-in-parens
422:6 error There must be a space after this paren space-in-parens
422:11 error 'i' is already defined no-redeclare
422:11 error 'i' used outside of binding context block-scoped-var
422:11 error 'i' used outside of binding context block-scoped-var
422:12 error Operator '=' must be spaced space-infix-ops
422:16 error 'i' used outside of binding context block-scoped-var
422:16 error 'i' used outside of binding context block-scoped-var
422:17 error Operator '<' must be spaced space-infix-ops
422:18 error Identifier 'ime_areas' is not in camel case camelcase
422:36 error 'i' used outside of binding context block-scoped-var
422:36 error 'i' used outside of binding context block-scoped-var
422:39 error There must be a space before this paren space-in-parens
423:16 error Identifier 'ime_areas' is not in camel case camelcase
423:25 error A space is required after '[' computed-property-spacing
423:26 error 'i' used outside of binding context block-scoped-var
423:26 error 'i' used outside of binding context block-scoped-var
423:27 error A space is required before ']' computed-property-spacing
425:6 error There must be a space after this paren space-in-parens
425:7 error Identifier 'ime_areas' is not in camel case camelcase
425:16 error A space is required after '[' computed-property-spacing
425:17 error 'i' used outside of binding context block-scoped-var
425:17 error 'i' used outside of binding context block-scoped-var
425:18 error A space is required before ']' computed-property-spacing
425:25 error Expected '===' and instead saw '==' eqeqeq
425:25 error Operator '==' must be spaced space-infix-ops
425:33 error There must be a space before this paren space-in-parens
427:3 error Closing curly brace does not appear on the same line as the subsequent block brace-style
428:11 error There must be a space after this paren space-in-parens
428:12 error Identifier 'ime_areas' is not in camel case camelcase
428:21 error A space is required after '[' computed-property-spacing
428:22 error 'i' used outside of binding context block-scoped-var
428:22 error 'i' used outside of binding context block-scoped-var
428:23 error A space is required before ']' computed-property-spacing
428:30 error Expected '===' and instead saw '==' eqeqeq
428:30 error Operator '==' must be spaced space-infix-ops
428:40 error There must be a space before this paren space-in-parens
430:3 error Closing curly brace does not appear on the same line as the subsequent block brace-style
431:11 error There must be a space after this paren space-in-parens
431:12 error Identifier 'ime_areas' is not in camel case camelcase
431:21 error A space is required after '[' computed-property-spacing
431:22 error 'i' used outside of binding context block-scoped-var
431:22 error 'i' used outside of binding context block-scoped-var
431:23 error A space is required before ']' computed-property-spacing
431:30 error Expected '===' and instead saw '==' eqeqeq
431:30 error Operator '==' must be spaced space-infix-ops
431:38 error There must be a space before this paren space-in-parens
432:26 error There must be a space after this paren space-in-parens
432:30 error There must be a space before this paren space-in-parens
434:14 error There must be a space after this paren space-in-parens
434:15 error Identifier 'ime_areas' is not in camel case camelcase
434:24 error A space is required after '[' computed-property-spacing
434:25 error 'i' used outside of binding context block-scoped-var
434:25 error 'i' used outside of binding context block-scoped-var
434:26 error A space is required before ']' computed-property-spacing
434:46 error There must be a space after this paren space-in-parens
434:47 error There must be a space after this paren space-in-parens
434:48 error There must be a space after this paren space-in-parens
434:49 error Identifier 'ime_areas' is not in camel case camelcase
434:58 error A space is required after '[' computed-property-spacing
434:59 error 'i' used outside of binding context block-scoped-var
434:59 error 'i' used outside of binding context block-scoped-var
434:60 error A space is required before ']' computed-property-spacing
434:66 error There must be a space before this paren space-in-parens
434:73 error There must be a space after this paren space-in-parens
434:74 warning Unsafe Regular Expression security/detect-unsafe-regex
434:87 error Unnecessary escape character: \: no-useless-escape
434:117 error Unnecessary escape character: \+ no-useless-escape
434:160 error Unnecessary escape character: \+ no-useless-escape
434:167 error Unnecessary escape character: \/ no-useless-escape
434:175 error There must be a space before this paren space-in-parens
434:176 error There must be a space before this paren space-in-parens
434:180 error There must be a space after this paren space-in-parens
434:188 error Identifier 'ime_areas' is not in camel case camelcase
434:197 error A space is required after '[' computed-property-spacing
434:198 error 'i' used outside of binding context block-scoped-var
434:198 error 'i' used outside of binding context block-scoped-var
434:199 error A space is required before ']' computed-property-spacing
434:208 error There must be a space after this paren space-in-parens
434:209 error Identifier 'ime_areas' is not in camel case camelcase
434:218 error A space is required after '[' computed-property-spacing
434:219 error 'i' used outside of binding context block-scoped-var
434:219 error 'i' used outside of binding context block-scoped-var
434:220 error A space is required before ']' computed-property-spacing
434:236 error Identifier 'ime_areas' is not in camel case camelcase
434:245 error A space is required after '[' computed-property-spacing
434:246 error 'i' used outside of binding context block-scoped-var
434:246 error 'i' used outside of binding context block-scoped-var
434:247 error A space is required before ']' computed-property-spacing
434:259 error There must be a space before this paren space-in-parens
434:266 error There must be a space before this paren space-in-parens
434:268 error Operator ':' must be spaced space-infix-ops
434:269 error There must be a space after this paren space-in-parens
434:278 error Identifier 'ime_areas' is not in camel case camelcase
434:287 error A space is required after '[' computed-property-spacing
434:288 error 'i' used outside of binding context block-scoped-var
434:288 error 'i' used outside of binding context block-scoped-var
434:289 error A space is required before ']' computed-property-spacing
434:298 error There must be a space after this paren space-in-parens
434:299 error Identifier 'ime_areas' is not in camel case camelcase
434:308 error A space is required after '[' computed-property-spacing
434:309 error 'i' used outside of binding context block-scoped-var
434:309 error 'i' used outside of binding context block-scoped-var
434:310 error A space is required before ']' computed-property-spacing
434:326 error Identifier 'ime_areas' is not in camel case camelcase
434:335 error A space is required after '[' computed-property-spacing
434:336 error 'i' used outside of binding context block-scoped-var
434:336 error 'i' used outside of binding context block-scoped-var
434:337 error A space is required before ']' computed-property-spacing
434:349 error There must be a space before this paren space-in-parens
434:357 error There must be a space before this paren space-in-parens
434:358 error There must be a space before this paren space-in-parens
434:359 error There must be a space before this paren space-in-parens
436:13 error There must be a space after this paren space-in-parens
436:16 error There must be a space before this paren space-in-parens
437:13 error There must be a space after this paren space-in-parens
437:43 error There must be a space before this paren space-in-parens
438:13 error There must be a space after this paren space-in-parens
438:27 error There must be a space before this paren space-in-parens
440:41 error There must be a space after this paren space-in-parens
440:53 error There must be a space before this paren space-in-parens
442:8 error There must be a space after this paren space-in-parens
442:28 error There must be a space before this paren space-in-parens
443:24 error There must be a space after this paren space-in-parens
443:44 error There must be a space before this paren space-in-parens
446:6 error There must be a space after this paren space-in-parens
446:11 error 'i' is already defined no-redeclare
446:11 error 'i' used outside of binding context block-scoped-var
446:11 error 'i' used outside of binding context block-scoped-var
446:12 error Operator '=' must be spaced space-infix-ops
446:16 error 'i' used outside of binding context block-scoped-var
446:16 error 'i' used outside of binding context block-scoped-var
446:17 error Operator '<' must be spaced space-infix-ops
446:33 error 'i' used outside of binding context block-scoped-var
446:33 error 'i' used outside of binding context block-scoped-var
446:36 error There must be a space before this paren space-in-parens
447:24 error There must be a space after this paren space-in-parens
447:48 error There must be a space after this paren space-in-parens
447:55 error A space is required after '[' computed-property-spacing
447:56 error 'i' used outside of binding context block-scoped-var
447:56 error 'i' used outside of binding context block-scoped-var
447:57 error A space is required before ']' computed-property-spacing
447:58 error There must be a space before this paren space-in-parens
447:59 error There must be a space before this paren space-in-parens
448:24 error There must be a space after this paren space-in-parens
448:47 error There must be a space after this paren space-in-parens
448:52 error There must be a space before this paren space-in-parens
448:53 error There must be a space before this paren space-in-parens
452:10 error Identifier 'ime_updateMap' is not in camel case camelcase
453:39 error There must be a space after this paren space-in-parens
453:52 error There must be a space before this paren space-in-parens
454:35 error There must be a space after this paren space-in-parens
454:44 error There must be a space before this paren space-in-parens
457:6 error There must be a space after this paren space-in-parens
457:11 error 'i' used outside of binding context block-scoped-var
457:12 error Operator '=' must be spaced space-infix-ops
457:16 error 'i' used outside of binding context block-scoped-var
457:17 error Operator '<' must be spaced space-infix-ops
457:45 error 'i' used outside of binding context block-scoped-var
457:48 error There must be a space before this paren space-in-parens
458:33 error A space is required after '[' computed-property-spacing
458:34 error 'i' used outside of binding context block-scoped-var
458:35 error A space is required before ']' computed-property-spacing
459:20 error There must be a space after this paren space-in-parens
459:21 error Prefer `String#slice()` over `String#substring()` unicorn/prefer-string-slice
459:39 error There must be a space after this paren space-in-parens
459:42 error There must be a space before this paren space-in-parens
459:43 error There must be a space before this paren space-in-parens
460:6 error There must be a space after this paren space-in-parens
460:9 error Operator '>=' must be spaced space-infix-ops
460:11 error Identifier 'ime_areas' is not in camel case camelcase
460:27 error There must be a space before this paren space-in-parens
461:23 error There must be a space after this paren space-in-parens
461:29 error There must be a space before this paren space-in-parens
462:4 error 'i' used outside of binding context block-scoped-var
466:6 error There must be a space after this paren space-in-parens
466:11 error 'i' is already defined no-redeclare
466:11 error 'i' used outside of binding context block-scoped-var
466:12 error Operator '=' must be spaced space-infix-ops
466:16 error 'i' used outside of binding context block-scoped-var
466:17 error Operator '<' must be spaced space-infix-ops
466:18 error Identifier 'ime_areas' is not in camel case camelcase
466:36 error 'i' used outside of binding context block-scoped-var
466:39 error There must be a space before this paren space-in-parens
468:14 error Identifier 'ime_areas' is not in camel case camelcase
468:23 error A space is required after '[' computed-property-spacing
468:24 error 'i' used outside of binding context block-scoped-var
468:25 error A space is required before ']' computed-property-spacing
469:7 error 'div' used outside of binding context block-scoped-var
469:36 error There must be a space after this paren space-in-parens
469:52 error 'i' used outside of binding context block-scoped-var
469:53 error There must be a space before this paren space-in-parens
472:6 error There must be a space after this paren space-in-parens
472:8 error 'div' used outside of binding context block-scoped-var
472:11 error There must be a space before this paren space-in-parens
473:8 error 'div' is already defined no-redeclare
473:28 error There must be a space after this paren space-in-parens
473:44 error 'i' used outside of binding context block-scoped-var
473:45 error There must be a space before this paren space-in-parens
473:46 error Missing semicolon semi
474:23 error There must be a space after this paren space-in-parens
474:27 error There must be a space before this paren space-in-parens
482:6 error There must be a space after this paren space-in-parens
482:18 error Expected '===' and instead saw '==' eqeqeq
482:27 error There must be a space before this paren space-in-parens
483:4 error 'div' used outside of binding context block-scoped-var
485:7 error There must be a space after this paren space-in-parens
485:19 error Operator '<' must be spaced space-infix-ops
485:46 error Operator '<' must be spaced space-infix-ops
485:60 error There must be a space before this paren space-in-parens
486:5 error 'div' used outside of binding context block-scoped-var
486:32 error There must be a space after this paren space-in-parens
486:33 error Identifier 'ime_scale' is not in camel case camelcase
486:56 error There must be a space before this paren space-in-parens
487:5 error 'div' used outside of binding context block-scoped-var
487:31 error There must be a space after this paren space-in-parens
487:32 error Identifier 'ime_scale' is not in camel case camelcase
487:54 error There must be a space before this paren space-in-parens
488:5 error 'div' used outside of binding context block-scoped-var
488:23 error There must be a space after this paren space-in-parens
488:34 error There must be a space after this paren space-in-parens
488:35 error Identifier 'ime_scale' is not in camel case camelcase
488:59 error There must be a space before this paren space-in-parens
488:73 error There must be a space after this paren space-in-parens
488:74 error Identifier 'ime_scale' is not in camel case camelcase
488:97 error There must be a space before this paren space-in-parens
488:98 error There must be a space before this paren space-in-parens
489:5 error 'div' used outside of binding context block-scoped-var
489:24 error There must be a space after this paren space-in-parens
489:35 error There must be a space after this paren space-in-parens
489:36 error Identifier 'ime_scale' is not in camel case camelcase
489:61 error There must be a space before this paren space-in-parens
489:75 error There must be a space after this paren space-in-parens
489:76 error Identifier 'ime_scale' is not in camel case camelcase
489:98 error There must be a space before this paren space-in-parens
489:99 error There must be a space before this paren space-in-parens
490:4 error Closing curly brace does not appear on the same line as the subsequent block brace-style
492:5 error 'div' used outside of binding context block-scoped-var
493:5 error 'div' used outside of binding context block-scoped-var
494:5 error 'div' used outside of binding context block-scoped-var
495:5 error 'div' used outside of binding context block-scoped-var
497:3 error Closing curly brace does not appear on the same line as the subsequent block brace-style
498:11 error There must be a space after this paren space-in-parens
498:23 error Expected '===' and instead saw '==' eqeqeq
498:34 error There must be a space before this paren space-in-parens
499:4 error 'div' used outside of binding context block-scoped-var
500:4 error 'div' used outside of binding context block-scoped-var
501:25 error There must be a space after this paren space-in-parens
501:26 error Identifier 'ime_scale' is not in camel case camelcase
501:46 error There must be a space before this paren space-in-parens
501:60 error There must be a space after this paren space-in-parens
501:61 error Identifier 'ime_scale' is not in camel case camelcase
501:86 error There must be a space before this paren space-in-parens
502:24 error There must be a space after this paren space-in-parens
502:25 error Identifier 'ime_scale' is not in camel case camelcase
502:45 error There must be a space before this paren space-in-parens
502:59 error There must be a space after this paren space-in-parens
502:60 error Identifier 'ime_scale' is not in camel case camelcase
502:85 error There must be a space before this paren space-in-parens
503:25 error There must be a space after this paren space-in-parens
503:26 error Identifier 'ime_scale' is not in camel case camelcase
503:55 error There must be a space before this paren space-in-parens
505:4 error 'div' used outside of binding context block-scoped-var
506:4 error 'div' used outside of binding context block-scoped-var
508:7 error There must be a space after this paren space-in-parens
508:31 error There must be a space before this paren space-in-parens
509:5 error 'div' used outside of binding context block-scoped-var
509:23 error There must be a space after this paren space-in-parens
509:40 error There must be a space before this paren space-in-parens
510:4 error Closing curly brace does not appear on the same line as the subsequent block brace-style
512:5 error 'div' used outside of binding context block-scoped-var
515:7 error There must be a space after this paren space-in-parens
515:31 error There must be a space before this paren space-in-parens
516:5 error 'div' used outside of binding context block-scoped-var
516:24 error There must be a space after this paren space-in-parens
516:41 error There must be a space before this paren space-in-parens
517:4 error Closing curly brace does not appear on the same line as the subsequent block brace-style
519:5 error 'div' used outside of binding context block-scoped-var
521:3 error Closing curly brace does not appear on the same line as the subsequent block brace-style
522:11 error There must be a space after this paren space-in-parens
522:23 error Expected '===' and instead saw '==' eqeqeq
522:32 error There must be a space before this paren space-in-parens
524:4 error 'div' used outside of binding context block-scoped-var
525:4 error 'div' used outside of binding context block-scoped-var
528:12 error Operator '=' must be spaced space-infix-ops
528:16 error This line has 4 statements. Maximum allowed is 1 max-statements-per-line
528:24 error Operator '=' must be spaced space-infix-ops
528:36 error Operator '=' must be spaced space-infix-ops
528:48 error Operator '=' must be spaced space-infix-ops
529:7 error There must be a space after this paren space-in-parens
529:21 error Operator '>' must be spaced space-infix-ops
529:23 error There must be a space before this paren space-in-parens
530:18 error A space is required after '[' computed-property-spacing
530:20 error A space is required before ']' computed-property-spacing
531:18 error A space is required after '[' computed-property-spacing
531:20 error A space is required before ']' computed-property-spacing
532:18 error A space is required after '[' computed-property-spacing
532:20 error A space is required before ']' computed-property-spacing
533:18 error A space is required after '[' computed-property-spacing
533:20 error A space is required before ']' computed-property-spacing
534:9 error There must be a space after this paren space-in-parens
534:15 error Operator '=' must be spaced space-infix-ops
534:20 error Operator '<' must be spaced space-infix-ops
534:37 error Operator '+=' must be spaced space-infix-ops
534:40 error There must be a space before this paren space-in-parens
535:20 error A space is required after '[' computed-property-spacing
535:22 error A space is required before ']' computed-property-spacing
536:20 error A space is required after '[' computed-property-spacing
536:22 error Operator '+' must be spaced space-infix-ops
536:24 error A space is required before ']' computed-property-spacing
537:9 error There must be a space after this paren space-in-parens
537:11 error Operator '<' must be spaced space-infix-ops
537:16 error There must be a space before this paren space-in-parens
537:18 error Expected { after 'if' condition curly
538:9 error There must be a space after this paren space-in-parens
538:11 error Operator '>' must be spaced space-infix-ops
538:16 error There must be a space before this paren space-in-parens
538:18 error Expected { after 'if' condition curly
539:9 error There must be a space after this paren space-in-parens
539:11 error Operator '<' must be spaced space-infix-ops
539:16 error There must be a space before this paren space-in-parens
539:18 error Expected { after 'if' condition curly
540:9 error There must be a space after this paren space-in-parens
540:11 error Operator '>' must be spaced space-infix-ops
540:16 error There must be a space before this paren space-in-parens
540:18 error Expected { after 'if' condition curly
544:4 error 'div' used outside of binding context block-scoped-var
544:31 error There must be a space after this paren space-in-parens
544:32 error Identifier 'ime_scale' is not in camel case camelcase
544:48 error There must be a space before this paren space-in-parens
545:4 error 'div' used outside of binding context block-scoped-var
545:30 error There must be a space after this paren space-in-parens
545:31 error Identifier 'ime_scale' is not in camel case camelcase
545:47 error There must be a space before this paren space-in-parens
546:4 error 'div' used outside of binding context block-scoped-var
546:22 error There must be a space after this paren space-in-parens
546:33 error There must be a space after this paren space-in-parens
546:34 error Identifier 'ime_scale' is not in camel case camelcase
546:50 error There must be a space before this paren space-in-parens
546:64 error There must be a space after this paren space-in-parens
546:65 error Identifier 'ime_scale' is not in camel case camelcase
546:81 error There must be a space before this paren space-in-parens
546:82 error There must be a space before this paren space-in-parens
547:4 error 'div' used outside of binding context block-scoped-var
547:23 error There must be a space after this paren space-in-parens
547:34 error There must be a space after this paren space-in-parens
547:35 error Identifier 'ime_scale' is not in camel case camelcase
547:51 error There must be a space before this paren space-in-parens
547:65 error There must be a space after this paren space-in-parens
547:66 error Identifier 'ime_scale' is not in camel case camelcase
547:82 error There must be a space before this paren space-in-parens
547:83 error There must be a space before this paren space-in-parens
554:10 error Identifier 'ime_highlightMapCircle' is not in camel case camelcase
554:32 error There must be a space after this paren space-in-parens
554:36 error A space is required after ',' comma-spacing
554:43 error A space is required after ',' comma-spacing
554:53 error There must be a space before this paren space-in-parens
555:54 error There must be a space after this paren space-in-parens
555:83 error There must be a space before this paren space-in-parens
555:98 error Multiple spaces found before 'Math' no-multi-spaces
555:110 error There must be a space after this paren space-in-parens
555:111 error Identifier 'ime_scale' is not in camel case camelcase
555:129 error There must be a space before this paren space-in-parens
556:5 error There must be a space after this paren space-in-parens
556:27 error Expected '!==' and instead saw '!=' eqeqeq
556:40 error There must be a space before this paren space-in-parens
561:10 error Identifier 'ime_highlightMapPoly' is not in camel case camelcase
561:30 error There must be a space after this paren space-in-parens
561:34 error A space is required after ',' comma-spacing
561:41 error A space is required after ',' comma-spacing
561:51 error There must be a space before this paren space-in-parens
562:10 error Operator '=' must be spaced space-infix-ops
562:14 error This line has 2 statements. Maximum allowed is 1 max-statements-per-line
562:22 error Operator '=' must be spaced space-infix-ops
563:5 error There must be a space after this paren space-in-parens
563:19 error Operator '>' must be spaced space-infix-ops
563:21 error There must be a space before this paren space-in-parens
564:16 error A space is required after '[' computed-property-spacing
564:18 error A space is required before ']' computed-property-spacing
565:16 error A space is required after '[' computed-property-spacing
565:18 error A space is required before ']' computed-property-spacing
566:7 error There must be a space after this paren space-in-parens
566:12 error 'j' used outside of binding context block-scoped-var
566:13 error Operator '=' must be spaced space-infix-ops
566:17 error 'j' used outside of binding context block-scoped-var
566:18 error Operator '<' must be spaced space-infix-ops
566:34 error 'j' used outside of binding context block-scoped-var
566:35 error Operator '+=' must be spaced space-infix-ops
566:38 error There must be a space before this paren space-in-parens
567:18 error A space is required after '[' computed-property-spacing
567:19 error 'j' used outside of binding context block-scoped-var
567:20 error A space is required before ']' computed-property-spacing
568:18 error A space is required after '[' computed-property-spacing
568:19 error 'j' used outside of binding context block-scoped-var
568:20 error Operator '+' must be spaced space-infix-ops
568:22 error A space is required before ']' computed-property-spacing
569:7 error There must be a space after this paren space-in-parens
569:9 error Operator '<' must be spaced space-infix-ops
569:14 error There must be a space before this paren space-in-parens
569:16 error Expected { after 'if' condition curly
570:7 error There must be a space after this paren space-in-parens
570:9 error Operator '<' must be spaced space-infix-ops
570:14 error There must be a space before this paren space-in-parens
570:16 error Expected { after 'if' condition curly
573:19 error The array literal notation [] is preferable no-array-constructor
574:2 error Expected space(s) after "for" keyword-spacing
574:5 error There must be a space after this paren space-in-parens
574:10 error 'j' is already defined no-redeclare
574:10 error 'j' used outside of binding context block-scoped-var
574:11 error Operator '=' must be spaced space-infix-ops
574:15 error 'j' used outside of binding context block-scoped-var
574:16 error Operator '<' must be spaced space-infix-ops
574:32 error 'j' used outside of binding context block-scoped-var
574:33 error Operator '+=' must be spaced space-infix-ops
574:36 error There must be a space before this paren space-in-parens
575:13 error A space is required after '[' computed-property-spacing
575:14 error 'j' used outside of binding context block-scoped-var
575:15 error A space is required before ']' computed-property-spacing
575:29 error There must be a space after this paren space-in-parens
575:30 error Identifier 'ime_scale' is not in camel case camelcase
575:48 error A space is required after '[' computed-property-spacing
575:49 error 'j' used outside of binding context block-scoped-var
575:50 error A space is required before ']' computed-property-spacing
575:51 error There must be a space before this paren space-in-parens
575:65 error There must be a space after this paren space-in-parens
575:66 error Identifier 'ime_scale' is not in camel case camelcase
575:82 error There must be a space before this paren space-in-parens
576:13 error A space is required after '[' computed-property-spacing
576:14 error 'j' used outside of binding context block-scoped-var
576:15 error Operator '+' must be spaced space-infix-ops
576:17 error A space is required before ']' computed-property-spacing
576:31 error There must be a space after this paren space-in-parens
576:32 error Identifier 'ime_scale' is not in camel case camelcase
576:50 error A space is required after '[' computed-property-spacing
576:51 error 'j' used outside of binding context block-scoped-var
576:52 error Operator '+' must be spaced space-infix-ops
576:54 error A space is required before ']' computed-property-spacing
576:55 error There must be a space before this paren space-in-parens
576:69 error There must be a space after this paren space-in-parens
576:70 error Identifier 'ime_scale' is not in camel case camelcase
576:86 error There must be a space before this paren space-in-parens
578:52 error There must be a space after this paren space-in-parens
578:81 error There must be a space before this paren space-in-parens
578:112 error There must be a space after this paren space-in-parens
578:113 error Strings must use singlequote quotes
578:116 error There must be a space before this paren space-in-parens
579:5 error There must be a space after this paren space-in-parens
579:27 error Expected '!==' and instead saw '!=' eqeqeq
579:40 error There must be a space before this paren space-in-parens
584:10 error Identifier 'ime_highlightMap' is not in camel case camelcase
585:6 error There must be a space after this paren space-in-parens
585:12 error Operator '=' must be spaced space-infix-ops
585:17 error Operator '<' must be spaced space-infix-ops
585:18 error Identifier 'ime_areas' is not in camel case camelcase
585:39 error There must be a space before this paren space-in-parens
586:36 error There must be a space after this paren space-in-parens
586:53 error There must be a space before this paren space-in-parens
587:14 error Identifier 'ime_areas' is not in camel case camelcase
587:23 error A space is required after '[' computed-property-spacing
587:25 error A space is required before ']' computed-property-spacing
588:6 error There must be a space after this paren space-in-parens
588:18 error There must be a space before this paren space-in-parens
589:7 error There must be a space after this paren space-in-parens
589:9 error Expected '===' and instead saw '==' eqeqeq
589:9 error Operator '==' must be spaced space-infix-ops
589:11 error Identifier 'ime_currentlyEditing' is not in camel case camelcase
589:31 error There must be a space before this paren space-in-parens
596:7 error There must be a space after this paren space-in-parens
596:19 error Expected '===' and instead saw '==' eqeqeq
596:28 error There must be a space before this paren space-in-parens
597:27 error There must be a space after this paren space-in-parens
597:29 error Expected '===' and instead saw '==' eqeqeq
597:29 error Operator '==' must be spaced space-infix-ops
597:31 error Identifier 'ime_currentlyEditing' is not in camel case camelcase
597:51 error There must be a space before this paren space-in-parens
598:1 warning This line has a length of 110. Maximum allowed is 100 max-len
598:8 error There must be a space after this paren space-in-parens
598:35 error Expected '!==' and instead saw '!=' eqeqeq
598:53 error There must be a space before this paren space-in-parens
598:55 error Expected { after 'if' condition curly
599:4 error Closing curly brace does not appear on the same line as the subsequent block brace-style
600:12 error There must be a space after this paren space-in-parens
600:24 error Expected '===' and instead saw '==' eqeqeq
600:35 error There must be a space before this paren space-in-parens
601:27 error There must be a space after this paren space-in-parens
601:31 error A space is required after ',' comma-spacing
601:50 error A space is required after ',' comma-spacing
601:51 error There must be a space after this paren space-in-parens
601:53 error Expected '===' and instead saw '==' eqeqeq
601:53 error Operator '==' must be spaced space-infix-ops
601:55 error Identifier 'ime_currentlyEditing' is not in camel case camelcase
601:75 error There must be a space before this paren space-in-parens
601:76 error There must be a space before this paren space-in-parens
602:4 error Closing curly brace does not appear on the same line as the subsequent block brace-style
603:12 error There must be a space after this paren space-in-parens
603:24 error Expected '===' and instead saw '==' eqeqeq
603:33 error There must be a space before this paren space-in-parens
604:25 error There must be a space after this paren space-in-parens
604:29 error A space is required after ',' comma-spacing
604:48 error A space is required after ',' comma-spacing
604:49 error There must be a space after this paren space-in-parens
604:51 error Expected '===' and instead saw '==' eqeqeq
604:51 error Operator '==' must be spaced space-infix-ops
604:53 error Identifier 'ime_currentlyEditing' is not in camel case camelcase
604:73 error There must be a space before this paren space-in-parens
604:74 error There must be a space before this paren space-in-parens
610:10 error Identifier 'ime_updateSelectArea' is not in camel case camelcase
613:8 error There must be a space after this paren space-in-parens
613:37 error Operator '>' must be spaced space-infix-ops
613:39 error There must be a space before this paren space-in-parens
614:25 error There must be a space after this paren space-in-parens
614:46 error There must be a space before this paren space-in-parens
617:6 error There must be a space after this paren space-in-parens
617:12 error Operator '=' must be spaced space-infix-ops
617:17 error Operator '<' must be spaced space-infix-ops
617:18 error Identifier 'ime_areas' is not in camel case camelcase
617:39 error There must be a space before this paren space-in-parens
618:38 error There must be a space after this paren space-in-parens
618:47 error There must be a space before this paren space-in-parens
619:14 error Identifier 'ime_areas' is not in camel case camelcase
619:23 error A space is required after '[' computed-property-spacing
619:25 error A space is required before ']' computed-property-spacing
620:1 error Expected indentation of 2 tabs but found 3 indent
621:9 error There must be a space after this paren space-in-parens
621:34 error Operator '>' must be spaced space-infix-ops
621:36 error There must be a space before this paren space-in-parens
622:22 error There must be a space after this paren space-in-parens
622:39 error There must be a space before this paren space-in-parens
624:14 error There must be a space after this paren space-in-parens
624:50 error There must be a space before this paren space-in-parens
625:21 error There must be a space after this paren space-in-parens
625:45 error There must be a space after this paren space-in-parens
625:50 error There must be a space before this paren space-in-parens
625:51 error There must be a space before this paren space-in-parens
626:6 error There must be a space after this paren space-in-parens
626:9 error Expected '===' and instead saw '==' eqeqeq
626:12 error Identifier 'ime_currentlyEditing' is not in camel case camelcase
626:32 error There must be a space before this paren space-in-parens
629:25 error There must be a space after this paren space-in-parens
629:32 error There must be a space before this paren space-in-parens
633:10 error Identifier 'ime_editArea' is not in camel case camelcase
633:22 error There must be a space after this paren space-in-parens
633:28 error There must be a space before this paren space-in-parens
634:25 error There must be a space after this paren space-in-parens
634:36 error There must be a space before this paren space-in-parens
636:13 error Identifier 'ime_areas' is not in camel case camelcase
636:22 error A space is required after '[' computed-property-spacing
636:28 error A space is required before ']' computed-property-spacing
638:5 error There must be a space after this paren space-in-parens
638:10 error There must be a space before this paren space-in-parens
639:3 error Identifier 'ime_currentlyEditing' is not in camel case camelcase
641:26 error There must be a space after this paren space-in-parens
641:37 error There must be a space before this paren space-in-parens
642:26 error There must be a space after this paren space-in-parens
642:41 error There must be a space before this paren space-in-parens
643:26 error There must be a space after this paren space-in-parens
643:43 error There must be a space before this paren space-in-parens
644:26 error There must be a space after this paren space-in-parens
644:41 error There must be a space before this paren space-in-parens
644:56 error Operator '=' must be spaced space-infix-ops
647:6 error There must be a space after this paren space-in-parens
647:18 error Expected '===' and instead saw '==' eqeqeq
647:27 error There must be a space before this paren space-in-parens
648:27 error There must be a space after this paren space-in-parens
648:42 error There must be a space before this paren space-in-parens
649:21 error There must be a space after this paren space-in-parens
649:35 error There must be a space before this paren space-in-parens
650:3 error Closing curly brace does not appear on the same line as the subsequent block brace-style
651:11 error There must be a space after this paren space-in-parens
651:23 error Expected '===' and instead saw '==' eqeqeq
651:34 error There must be a space before this paren space-in-parens
652:27 error There must be a space after this paren space-in-parens
652:44 error There must be a space before this paren space-in-parens
653:21 error There must be a space after this paren space-in-parens
653:37 error There must be a space before this paren space-in-parens
654:3 error Closing curly brace does not appear on the same line as the subsequent block brace-style
655:11 error There must be a space after this paren space-in-parens
655:23 error Expected '===' and instead saw '==' eqeqeq
655:32 error There must be a space before this paren space-in-parens
656:27 error There must be a space after this paren space-in-parens
656:42 error There must be a space before this paren space-in-parens
657:21 error There must be a space after this paren space-in-parens
657:35 error There must be a space before this paren space-in-parens
664:6 error There must be a space after this paren space-in-parens
664:18 error Expected '===' and instead saw '==' eqeqeq
664:27 error There must be a space before this paren space-in-parens
669:3 error Closing curly brace does not appear on the same line as the subsequent block brace-style
670:11 error There must be a space after this paren space-in-parens
670:23 error Expected '===' and instead saw '==' eqeqeq
670:34 error There must be a space before this paren space-in-parens
674:3 error Closing curly brace does not appear on the same line as the subsequent block brace-style
675:11 error There must be a space after this paren space-in-parens
675:23 error Expected '===' and instead saw '==' eqeqeq
675:32 error There must be a space before this paren space-in-parens
676:49 error There must be a space after this paren space-in-parens
676:70 error There must be a space before this paren space-in-parens
677:1 warning This line has a length of 110. Maximum allowed is 100 max-len
677:7 error There must be a space after this paren space-in-parens
677:45 error There must be a space before this paren space-in-parens
677:47 error Expected { after 'if' condition curly
677:74 error There must be a space after this paren space-in-parens
677:100 error There must be a space before this paren space-in-parens
678:31 error There must be a space after this paren space-in-parens
678:55 error There must be a space after this paren space-in-parens
678:79 error There must be a space after this paren space-in-parens
678:80 error Strings must use singlequote quotes
678:84 error There must be a space before this paren space-in-parens
678:85 error There must be a space before this paren space-in-parens
678:86 error There must be a space before this paren space-in-parens
685:10 error Identifier 'ime_deletePolyCoords' is not in camel case camelcase
685:10 error 'ime_deletePolyCoords' is defined but never used no-unused-vars
686:2 error Identifier 'ime_areas' is not in camel case camelcase
686:11 error A space is required after '[' computed-property-spacing
686:12 error Identifier 'ime_currentlyEditing' is not in camel case camelcase
686:32 error A space is required before ']' computed-property-spacing
686:50 error The array literal notation [] is preferable no-array-constructor
690:10 error Identifier 'ime_saveArea' is not in camel case camelcase
691:13 error Identifier 'ime_areas' is not in camel case camelcase
691:22 error A space is required after '[' computed-property-spacing
691:23 error Identifier 'ime_currentlyEditing' is not in camel case camelcase
691:43 error A space is required before ']' computed-property-spacing
696:5 error There must be a space after this paren space-in-parens
696:16 error Expected '===' and instead saw '==' eqeqeq
696:16 error Operator '==' must be spaced space-infix-ops
696:24 error There must be a space before this paren space-in-parens
697:25 error There must be a space after this paren space-in-parens
697:57 error There must be a space before this paren space-in-parens
698:24 error There must be a space after this paren space-in-parens
698:55 error There must be a space before this paren space-in-parens
699:26 error There must be a space after this paren space-in-parens
699:59 error There must be a space before this paren space-in-parens
700:27 error There must be a space after this paren space-in-parens
700:61 error There must be a space before this paren space-in-parens
701:2 error Closing curly brace does not appear on the same line as the subsequent block brace-style
702:10 error There must be a space after this paren space-in-parens
702:21 error Expected '===' and instead saw '==' eqeqeq
702:21 error Operator '==' must be spaced space-infix-ops
702:31 error There must be a space before this paren space-in-parens
703:1 warning This line has a length of 103. Maximum allowed is 100 max-len
703:6 error There must be a space after this paren space-in-parens
703:15 error There must be a space after this paren space-in-parens
703:51 error There must be a space before this paren space-in-parens
703:56 error There must be a space before this paren space-in-parens
703:58 error Expected { after 'if' condition curly
704:22 error There must be a space after this paren space-in-parens
704:53 error There must be a space before this paren space-in-parens
705:22 error There must be a space after this paren space-in-parens
705:53 error There must be a space before this paren space-in-parens
706:27 error There must be a space after this paren space-in-parens
706:63 error There must be a space before this paren space-in-parens
707:2 error Closing curly brace does not appear on the same line as the subsequent block brace-style
708:10 error There must be a space after this paren space-in-parens
708:22 error Expected '===' and instead saw '==' eqeqeq
708:31 error There must be a space before this paren space-in-parens
709:48 error There must be a space after this paren space-in-parens
709:69 error There must be a space before this paren space-in-parens
710:1 warning This line has a length of 106. Maximum allowed is 100 max-len
710:6 error There must be a space after this paren space-in-parens
710:44 error There must be a space before this paren space-in-parens
710:46 error Expected { after 'if' condition curly
710:73 error There must be a space after this paren space-in-parens
710:99 error There must be a space before this paren space-in-parens
711:30 error There must be a space after this paren space-in-parens
711:54 error There must be a space after this paren space-in-parens
711:73 error There must be a space after this paren space-in-parens
711:74 error Strings must use singlequote quotes
711:78 error There must be a space before this paren space-in-parens
711:79 error There must be a space before this paren space-in-parens
711:80 error There must be a space before this paren space-in-parens
717:10 error Identifier 'ime_deleteArea' is not in camel case camelcase
717:10 error 'ime_deleteArea' is defined but never used no-unused-vars
721:2 error Identifier 'ime_areas' is not in camel case camelcase
721:18 error There must be a space after this paren space-in-parens
721:39 error A space is required after ',' comma-spacing
721:41 error There must be a space before this paren space-in-parens
724:35 error There must be a space after this paren space-in-parens
724:51 error Identifier 'ime_currentlyEditing' is not in camel case camelcase
724:71 error There must be a space before this paren space-in-parens
725:5 error There must be a space after this paren space-in-parens
725:9 error There must be a space before this paren space-in-parens
726:29 error There must be a space after this paren space-in-parens
726:33 error There must be a space before this paren space-in-parens
730:6 error There must be a space after this paren space-in-parens
730:12 error Operator '=' must be spaced space-infix-ops
730:13 error Identifier 'ime_currentlyEditing' is not in camel case camelcase
730:33 error Operator '+' must be spaced space-infix-ops
730:38 error Operator '<' must be spaced space-infix-ops
730:39 error Identifier 'ime_areas' is not in camel case camelcase
730:60 error There must be a space before this paren space-in-parens
731:32 error There must be a space after this paren space-in-parens
731:49 error There must be a space before this paren space-in-parens
732:6 error There must be a space after this paren space-in-parens
732:10 error There must be a space before this paren space-in-parens
733:28 error There must be a space after this paren space-in-parens
733:30 error Operator '-' must be spaced space-infix-ops
733:32 error There must be a space before this paren space-in-parens
738:5 error There must be a space after this paren space-in-parens
738:6 error Identifier 'ime_currentlyEditing' is not in camel case camelcase
738:26 error Operator '>=' must be spaced space-infix-ops
738:28 error Identifier 'ime_areas' is not in camel case camelcase
738:44 error There must be a space before this paren space-in-parens
739:3 error Identifier 'ime_currentlyEditing' is not in camel case camelcase
739:26 error Identifier 'ime_areas' is not in camel case camelcase
739:42 error Operator '-' must be spaced space-infix-ops
743:14 error There must be a space after this paren space-in-parens
743:35 error There must be a space before this paren space-in-parens
746:10 error Identifier 'ime_importLines' is not in camel case camelcase
746:10 error 'ime_importLines' is defined but never used no-unused-vars
748:24 error There must be a space after this paren space-in-parens
748:25 error Strings must use singlequote quotes
748:29 error There must be a space before this paren space-in-parens
750:6 error There must be a space after this paren space-in-parens
750:12 error Operator '=' must be spaced space-infix-ops
750:17 error Operator '<' must be spaced space-infix-ops
750:35 error There must be a space before this paren space-in-parens
751:19 warning Unsafe Regular Expression security/detect-unsafe-regex
752:21 warning Unsafe Regular Expression security/detect-unsafe-regex
753:19 warning Unsafe Regular Expression security/detect-unsafe-regex
755:19 error A space is required after '[' computed-property-spacing
755:21 error A space is required before ']' computed-property-spacing
757:6 error There must be a space after this paren space-in-parens
757:21 error There must be a space after this paren space-in-parens
757:26 error There must be a space before this paren space-in-parens
757:27 error There must be a space before this paren space-in-parens
758:8 error 'results' used outside of binding context block-scoped-var
758:8 error 'results' used outside of binding context block-scoped-var
758:32 error There must be a space after this paren space-in-parens
758:37 error There must be a space before this paren space-in-parens
759:8 error 'area' used outside of binding context block-scoped-var
759:8 error 'area' used outside of binding context block-scoped-var
759:19 error A constructor name should not start with a lowercase letter new-cap
759:27 error There must be a space after this paren space-in-parens
759:28 error Strings must use singlequote quotes
759:34 error There must be a space before this paren space-in-parens
760:4 error 'area' used outside of binding context block-scoped-var
760:4 error 'area' used outside of binding context block-scoped-var
760:31 error There must be a space after this paren space-in-parens
760:32 error 'results' used outside of binding context block-scoped-var
760:32 error 'results' used outside of binding context block-scoped-var
760:39 error A space is required after '[' computed-property-spacing
760:41 error A space is required before ']' computed-property-spacing
760:42 error There must be a space before this paren space-in-parens
761:4 error 'area' used outside of binding context block-scoped-var
761:4 error 'area' used outside of binding context block-scoped-var
761:30 error There must be a space after this paren space-in-parens
761:31 error 'results' used outside of binding context block-scoped-var
761:31 error 'results' used outside of binding context block-scoped-var
761:38 error A space is required after '[' computed-property-spacing
761:40 error A space is required before ']' computed-property-spacing
761:41 error There must be a space before this paren space-in-parens
762:4 error 'area' used outside of binding context block-scoped-var
762:4 error 'area' used outside of binding context block-scoped-var
762:32 error There must be a space after this paren space-in-parens
762:33 error 'results' used outside of binding context block-scoped-var
762:33 error 'results' used outside of binding context block-scoped-var
762:40 error A space is required after '[' computed-property-spacing
762:42 error A space is required before ']' computed-property-spacing
762:43 error There must be a space before this paren space-in-parens
763:4 error 'area' used outside of binding context block-scoped-var
763:4 error 'area' used outside of binding context block-scoped-var
763:33 error There must be a space after this paren space-in-parens
763:34 error 'results' used outside of binding context block-scoped-var
763:34 error 'results' used outside of binding context block-scoped-var
763:41 error A space is required after '[' computed-property-spacing
763:43 error A space is required before ']' computed-property-spacing
763:44 error There must be a space before this paren space-in-parens
764:4 error 'area' used outside of binding context block-scoped-var
764:4 error 'area' used outside of binding context block-scoped-var
764:16 error 'results' used outside of binding context block-scoped-var
764:16 error 'results' used outside of binding context block-scoped-var
764:23 error A space is required after '[' computed-property-spacing
764:25 error A space is required before ']' computed-property-spacing
765:7 error There must be a space after this paren space-in-parens
765:8 error 'results' used outside of binding context block-scoped-var
765:8 error 'results' used outside of binding context block-scoped-var
765:15 error A space is required after '[' computed-property-spacing
765:17 error A space is required before ']' computed-property-spacing
765:18 error There must be a space before this paren space-in-parens
765:20 error Expected { after 'if' condition curly
765:20 error 'area' used outside of binding context block-scoped-var
765:20 error 'area' used outside of binding context block-scoped-var
765:33 error Prefer `String#slice()` over `String#substring()` unicorn/prefer-string-slice
765:33 error 'results' used outside of binding context block-scoped-var
765:33 error 'results' used outside of binding context block-scoped-var
765:40 error A space is required after '[' computed-property-spacing
765:42 error A space is required before ']' computed-property-spacing
765:53 error There must be a space after this paren space-in-parens
765:55 error There must be a space before this paren space-in-parens
766:4 error Identifier 'ime_areas' is not in camel case camelcase
766:18 error There must be a space after this paren space-in-parens
766:19 error 'area' used outside of binding context block-scoped-var
766:19 error 'area' used outside of binding context block-scoped-var
766:23 error There must be a space before this paren space-in-parens
767:3 error Closing curly brace does not appear on the same line as the subsequent block brace-style
768:11 error There must be a space after this paren space-in-parens
768:28 error There must be a space after this paren space-in-parens
768:33 error There must be a space before this paren space-in-parens
768:34 error There must be a space before this paren space-in-parens
769:8 error 'results' is already defined no-redeclare
769:8 error 'results' used outside of binding context block-scoped-var
769:8 error 'results' used outside of binding context block-scoped-var
769:34 error There must be a space after this paren space-in-parens
769:39 error There must be a space before this paren space-in-parens
770:8 error 'area' is already defined no-redeclare
770:8 error 'area' used outside of binding context block-scoped-var
770:8 error 'area' used outside of binding context block-scoped-var
770:19 error A constructor name should not start with a lowercase letter new-cap
770:27 error There must be a space after this paren space-in-parens
770:28 error Strings must use singlequote quotes
770:36 error There must be a space before this paren space-in-parens
771:4 error 'area' used outside of binding context block-scoped-var
771:4 error 'area' used outside of binding context block-scoped-var
771:28 error There must be a space after this paren space-in-parens
771:29 error 'results' used outside of binding context block-scoped-var
771:29 error 'results' used outside of binding context block-scoped-var
771:36 error A space is required after '[' computed-property-spacing
771:38 error A space is required before ']' computed-property-spacing
771:39 error There must be a space before this paren space-in-parens
772:4 error 'area' used outside of binding context block-scoped-var
772:4 error 'area' used outside of binding context block-scoped-var
772:28 error There must be a space after this paren space-in-parens
772:29 error 'results' used outside of binding context block-scoped-var
772:29 error 'results' used outside of binding context block-scoped-var
772:36 error A space is required after '[' computed-property-spacing
772:38 error A space is required before ']' computed-property-spacing
772:39 error There must be a space before this paren space-in-parens
773:4 error 'area' used outside of binding context block-scoped-var
773:4 error 'area' used outside of binding context block-scoped-var
773:33 error There must be a space after this paren space-in-parens
773:34 error 'results' used outside of binding context block-scoped-var
773:34 error 'results' used outside of binding context block-scoped-var
773:41 error A space is required after '[' computed-property-spacing
773:43 error A space is required before ']' computed-property-spacing
773:44 error There must be a space before this paren space-in-parens
774:4 error 'area' used outside of binding context block-scoped-var
774:4 error 'area' used outside of binding context block-scoped-var
774:16 error 'results' used outside of binding context block-scoped-var
774:16 error 'results' used outside of binding context block-scoped-var
774:23 error A space is required after '[' computed-property-spacing
774:25 error A space is required before ']' computed-property-spacing
775:7 error There must be a space after this paren space-in-parens
775:8 error 'results' used outside of binding context block-scoped-var
775:8 error 'results' used outside of binding context block-scoped-var
775:15 error A space is required after '[' computed-property-spacing
775:17 error A space is required before ']' computed-property-spacing
775:18 error There must be a space before this paren space-in-parens
775:20 error 'area' used outside of binding context block-scoped-var
775:20 error Expected { after 'if' condition curly
775:20 error 'area' used outside of binding context block-scoped-var
775:33 error 'results' used outside of binding context block-scoped-var
775:33 error Prefer `String#slice()` over `String#substring()` unicorn/prefer-string-slice
775:33 error 'results' used outside of binding context block-scoped-var
775:40 error A space is required after '[' computed-property-spacing
775:42 error A space is required before ']' computed-property-spacing
775:53 error There must be a space after this paren space-in-parens
775:55 error There must be a space before this paren space-in-parens
776:4 error Identifier 'ime_areas' is not in camel case camelcase
776:18 error There must be a space after this paren space-in-parens
776:19 error 'area' used outside of binding context block-scoped-var
776:19 error 'area' used outside of binding context block-scoped-var
776:23 error There must be a space before this paren space-in-parens
777:3 error Closing curly brace does not appear on the same line as the subsequent block brace-style
778:11 error There must be a space after this paren space-in-parens
778:26 error There must be a space after this paren space-in-parens
778:31 error There must be a space before this paren space-in-parens
778:32 error There must be a space before this paren space-in-parens
779:8 error 'results' is already defined no-redeclare
779:8 error 'results' used outside of binding context block-scoped-var
779:8 error 'results' used outside of binding context block-scoped-var
779:32 error There must be a space after this paren space-in-parens
779:37 error There must be a space before this paren space-in-parens
780:8 error 'area' is already defined no-redeclare
780:8 error 'area' used outside of binding context block-scoped-var
780:8 error 'area' used outside of binding context block-scoped-var
780:19 error A constructor name should not start with a lowercase letter new-cap
780:27 error There must be a space after this paren space-in-parens
780:28 error Strings must use singlequote quotes
780:34 error There must be a space before this paren space-in-parens
781:4 error 'area' used outside of binding context block-scoped-var
781:4 error 'area' used outside of binding context block-scoped-var
781:25 error 'results' used outside of binding context block-scoped-var
781:25 error 'results' used outside of binding context block-scoped-var
781:32 error A space is required after '[' computed-property-spacing
781:34 error A space is required before ']' computed-property-spacing
781:43 error There must be a space after this paren space-in-parens
781:48 error A space is required after ',' comma-spacing
781:49 error Strings must use singlequote quotes
781:52 error There must be a space before this paren space-in-parens
781:59 error There must be a space after this paren space-in-parens
781:60 error Strings must use singlequote quotes
781:63 error There must be a space before this paren space-in-parens
782:8 error There must be a space after this paren space-in-parens
782:14 error Operator '=' must be spaced space-infix-ops
782:19 error Operator '<' must be spaced space-infix-ops
782:20 error 'area' used outside of binding context block-scoped-var
782:20 error 'area' used outside of binding context block-scoped-var
782:50 error There must be a space before this paren space-in-parens
783:5 error 'area' used outside of binding context block-scoped-var
783:5 error 'area' used outside of binding context block-scoped-var
783:23 error A space is required after '[' computed-property-spacing
783:25 error A space is required before ']' computed-property-spacing
783:37 error There must be a space after this paren space-in-parens
783:38 error 'area' used outside of binding context block-scoped-var
783:38 error 'area' used outside of binding context block-scoped-var
783:56 error A space is required after '[' computed-property-spacing
783:58 error A space is required before ']' computed-property-spacing
783:59 error There must be a space before this paren space-in-parens
785:4 error 'area' used outside of binding context block-scoped-var
785:4 error 'area' used outside of binding context block-scoped-var
785:16 error 'results' used outside of binding context block-scoped-var
785:16 error 'results' used outside of binding context block-scoped-var
785:23 error A space is required after '[' computed-property-spacing
785:25 error A space is required before ']' computed-property-spacing
786:7 error There must be a space after this paren space-in-parens
786:8 error 'results' used outside of binding context block-scoped-var
786:8 error 'results' used outside of binding context block-scoped-var
786:15 error A space is required after '[' computed-property-spacing
786:17 error A space is required before ']' computed-property-spacing
786:18 error There must be a space before this paren space-in-parens
786:20 error 'area' used outside of binding context block-scoped-var
786:20 error 'area' used outside of binding context block-scoped-var
786:20 error Expected { after 'if' condition curly
786:33 error 'results' used outside of binding context block-scoped-var
786:33 error 'results' used outside of binding context block-scoped-var
786:33 error Prefer `String#slice()` over `String#substring()` unicorn/prefer-string-slice
786:40 error A space is required after '[' computed-property-spacing
786:42 error A space is required before ']' computed-property-spacing
786:53 error There must be a space after this paren space-in-parens
786:55 error There must be a space before this paren space-in-parens
787:4 error Identifier 'ime_areas' is not in camel case camelcase
787:18 error There must be a space after this paren space-in-parens
787:19 error 'area' used outside of binding context block-scoped-var
787:19 error 'area' used outside of binding context block-scoped-var
787:23 error There must be a space before this paren space-in-parens
794:10 error Identifier 'ime_showImport' is not in camel case camelcase
794:10 error 'ime_showImport' is defined but never used no-unused-vars
795:2 error Avoid queries which search the entire DOM. Keep DOM nodes in memory where possible no-jquery/no-global-selector
795:3 error There must be a space after this paren space-in-parens
795:16 error There must be a space before this paren space-in-parens
796:2 error Avoid queries which search the entire DOM. Keep DOM nodes in memory where possible no-jquery/no-global-selector
796:3 error There must be a space after this paren space-in-parens
796:20 error There must be a space before this paren space-in-parens
797:2 error Avoid queries which search the entire DOM. Keep DOM nodes in memory where possible no-jquery/no-global-selector
797:3 error There must be a space after this paren space-in-parens
797:20 error There must be a space before this paren space-in-parens
800:10 error Identifier 'ime_hideImport' is not in camel case camelcase
801:2 error Avoid queries which search the entire DOM. Keep DOM nodes in memory where possible no-jquery/no-global-selector
801:3 error There must be a space after this paren space-in-parens
801:16 error There must be a space before this paren space-in-parens
802:2 error Avoid queries which search the entire DOM. Keep DOM nodes in memory where possible no-jquery/no-global-selector
802:3 error There must be a space after this paren space-in-parens
802:20 error There must be a space before this paren space-in-parens
803:2 error Avoid queries which search the entire DOM. Keep DOM nodes in memory where possible no-jquery/no-global-selector
803:3 error There must be a space after this paren space-in-parens
803:20 error There must be a space before this paren space-in-parens
809:10 error Identifier 'ime_removeOtherUIElements' is not in camel case camelcase
812:2 error Avoid queries which search the entire DOM. Keep DOM nodes in memory where possible no-jquery/no-global-selector
812:3 error There must be a space after this paren space-in-parens
812:31 error There must be a space before this paren space-in-parens
818:10 error Identifier 'ime_findATag' is not in camel case camelcase
818:22 error There must be a space after this paren space-in-parens
818:27 error There must be a space before this paren space-in-parens
821:8 error There must be a space after this paren space-in-parens
821:11 error Expected '!==' and instead saw '!=' eqeqeq
821:47 error Expected '!==' and instead saw '!=' eqeqeq
821:53 error There must be a space before this paren space-in-parens
/src/repo/resources/ime.rl.js
1:3 error Trailing spaces not allowed no-trailing-spaces
6:8 error Identifier 'ime_Area' is not in camel case camelcase
6:19 error Identifier 'ime_Area' is not in camel case camelcase
6:19 error 'ime_Area' is not defined no-undef
7:8 error Identifier 'ime_CircleCoord' is not in camel case camelcase
7:26 error Identifier 'ime_CircleCoord' is not in camel case camelcase
7:26 error 'ime_CircleCoord' is not defined no-undef
8:8 error Identifier 'ime_PolyCoord' is not in camel case camelcase
8:24 error Identifier 'ime_PolyCoord' is not in camel case camelcase
8:24 error 'ime_PolyCoord' is not defined no-undef
9:8 error Identifier 'ime_RectCoord' is not in camel case camelcase
9:24 error Identifier 'ime_RectCoord' is not in camel case camelcase
9:24 error 'ime_RectCoord' is not defined no-undef
10:8 error Identifier 'ime_deleteArea' is not in camel case camelcase
10:25 error Identifier 'ime_deleteArea' is not in camel case camelcase
10:25 error 'ime_deleteArea' is not defined no-undef
11:8 error Identifier 'ime_deletePolyCoords' is not in camel case camelcase
11:31 error Identifier 'ime_deletePolyCoords' is not in camel case camelcase
11:31 error 'ime_deletePolyCoords' is not defined no-undef
12:8 error Identifier 'ime_editArea' is not in camel case camelcase
12:23 error Identifier 'ime_editArea' is not in camel case camelcase
12:23 error 'ime_editArea' is not defined no-undef
13:8 error Identifier 'ime_error' is not in camel case camelcase
13:20 error Identifier 'ime_error' is not in camel case camelcase
13:20 error 'ime_error' is not defined no-undef
14:8 error Identifier 'ime_eventCircle' is not in camel case camelcase
14:26 error Identifier 'ime_eventCircle' is not in camel case camelcase
14:26 error 'ime_eventCircle' is not defined no-undef
15:8 error Identifier 'ime_eventDummy' is not in camel case camelcase
15:25 error Identifier 'ime_eventDummy' is not in camel case camelcase
15:25 error 'ime_eventDummy' is not defined no-undef
16:8 error Identifier 'ime_eventGetButton' is not in camel case camelcase
16:29 error Identifier 'ime_eventGetButton' is not in camel case camelcase
16:29 error 'ime_eventGetButton' is not defined no-undef
17:8 error Identifier 'ime_eventGetX' is not in camel case camelcase
17:24 error Identifier 'ime_eventGetX' is not in camel case camelcase
17:24 error 'ime_eventGetX' is not defined no-undef
18:8 error Identifier 'ime_eventGetY' is not in camel case camelcase
18:24 error Identifier 'ime_eventGetY' is not in camel case camelcase
18:24 error 'ime_eventGetY' is not defined no-undef
19:8 error Identifier 'ime_eventPoly' is not in camel case camelcase
19:24 error Identifier 'ime_eventPoly' is not in camel case camelcase
19:24 error 'ime_eventPoly' is not defined no-undef
20:8 error Identifier 'ime_eventRect' is not in camel case camelcase
20:24 error Identifier 'ime_eventRect' is not in camel case camelcase
20:24 error 'ime_eventRect' is not defined no-undef
21:8 error Identifier 'ime_findATag' is not in camel case camelcase
21:23 error Identifier 'ime_findATag' is not in camel case camelcase
21:23 error 'ime_findATag' is not defined no-undef
22:8 error Identifier 'ime_getElementsByClassName' is not in camel case camelcase
22:37 error Identifier 'ime_getElementsByClassName' is not in camel case camelcase
22:37 error 'ime_getElementsByClassName' is not defined no-undef
23:8 error Identifier 'ime_getEvent' is not in camel case camelcase
23:23 error Identifier 'ime_getEvent' is not in camel case camelcase
23:23 error 'ime_getEvent' is not defined no-undef
24:8 error Identifier 'ime_hideImport' is not in camel case camelcase
24:25 error Identifier 'ime_hideImport' is not in camel case camelcase
24:25 error 'ime_hideImport' is not defined no-undef
25:8 error Identifier 'ime_highlightMap' is not in camel case camelcase
25:27 error Identifier 'ime_highlightMap' is not in camel case camelcase
25:27 error 'ime_highlightMap' is not defined no-undef
26:8 error Identifier 'ime_highlightMapCircle' is not in camel case camelcase
26:33 error Identifier 'ime_highlightMapCircle' is not in camel case camelcase
26:33 error 'ime_highlightMapCircle' is not defined no-undef
27:8 error Identifier 'ime_highlightMapPoly' is not in camel case camelcase
27:31 error Identifier 'ime_highlightMapPoly' is not in camel case camelcase
27:31 error 'ime_highlightMapPoly' is not defined no-undef
28:8 error Identifier 'ime_htmlNewDiv' is not in camel case camelcase
28:25 error Identifier 'ime_htmlNewDiv' is not in camel case camelcase
28:25 error 'ime_htmlNewDiv' is not defined no-undef
29:8 error Identifier 'ime_importLines' is not in camel case camelcase
29:26 error Identifier 'ime_importLines' is not in camel case camelcase
29:26 error 'ime_importLines' is not defined no-undef
30:8 error Identifier 'ime_init1' is not in camel case camelcase
30:20 error Identifier 'ime_init1' is not in camel case camelcase
30:20 error 'ime_init1' is not defined no-undef
31:8 error Identifier 'ime_init2' is not in camel case camelcase
31:20 error Identifier 'ime_init2' is not in camel case camelcase
31:20 error 'ime_init2' is not defined no-undef
32:8 error Identifier 'ime_mouseEventClear' is not in camel case camelcase
32:30 error Identifier 'ime_mouseEventClear' is not in camel case camelcase
32:30 error 'ime_mouseEventClear' is not defined no-undef
33:8 error Identifier 'ime_mouseEventSet' is not in camel case camelcase
33:28 error Identifier 'ime_mouseEventSet' is not in camel case camelcase
33:28 error 'ime_mouseEventSet' is not defined no-undef
34:8 error Identifier 'ime_newArea' is not in camel case camelcase
34:22 error Identifier 'ime_newArea' is not in camel case camelcase
34:22 error 'ime_newArea' is not defined no-undef
35:8 error Identifier 'ime_removeOtherUIElements' is not in camel case camelcase
35:36 error Identifier 'ime_removeOtherUIElements' is not in camel case camelcase
35:36 error 'ime_removeOtherUIElements' is not defined no-undef
36:8 error Identifier 'ime_saveArea' is not in camel case camelcase
36:23 error Identifier 'ime_saveArea' is not in camel case camelcase
36:23 error 'ime_saveArea' is not defined no-undef
37:8 error Identifier 'ime_showImport' is not in camel case camelcase
37:25 error Identifier 'ime_showImport' is not in camel case camelcase
37:25 error 'ime_showImport' is not defined no-undef
38:8 error Identifier 'ime_translate' is not in camel case camelcase
38:24 error Identifier 'ime_translate' is not in camel case camelcase
38:24 error 'ime_translate' is not defined no-undef
39:8 error Identifier 'ime_updateAreas' is not in camel case camelcase
39:26 error Identifier 'ime_updateAreas' is not in camel case camelcase
39:26 error 'ime_updateAreas' is not defined no-undef
40:8 error Identifier 'ime_updateMap' is not in camel case camelcase
40:24 error Identifier 'ime_updateMap' is not in camel case camelcase
40:24 error 'ime_updateMap' is not defined no-undef
41:8 error Identifier 'ime_updateResult' is not in camel case camelcase
41:27 error Identifier 'ime_updateResult' is not in camel case camelcase
41:27 error 'ime_updateResult' is not defined no-undef
42:8 error Identifier 'ime_updateSelectArea' is not in camel case camelcase
42:31 error Identifier 'ime_updateSelectArea' is not in camel case camelcase
42:31 error 'ime_updateSelectArea' is not defined no-undef
43:1 error Too many blank lines at the end of file. Max of 0 allowed no-multiple-empty-lines
✖ 1554 problems (1545 errors, 9 warnings)
1018 errors and 1 warning potentially fixable with the `--fix` option.
Warning: Task "eslint:all" failed. Use --force to continue.
Aborted due to warnings.
--- end ---
Traceback (most recent call last):
File "/venv/lib/python3.9/site-packages/runner-0.1.0-py3.9.egg/runner/__init__.py", line 1400, in main
libup.run(args.repo, args.output, args.branch)
File "/venv/lib/python3.9/site-packages/runner-0.1.0-py3.9.egg/runner/__init__.py", line 1338, in run
self.npm_upgrade(plan)
File "/venv/lib/python3.9/site-packages/runner-0.1.0-py3.9.egg/runner/__init__.py", line 1049, in npm_upgrade
self.npm_test()
File "/venv/lib/python3.9/site-packages/runner-0.1.0-py3.9.egg/runner/__init__.py", line 287, in npm_test
self.check_call(['npm', 'test'])
File "/venv/lib/python3.9/site-packages/runner-0.1.0-py3.9.egg/runner/shell2.py", line 54, in check_call
res.check_returncode()
File "/usr/lib/python3.9/subprocess.py", line 460, in check_returncode
raise CalledProcessError(self.returncode, self.args, self.stdout,
subprocess.CalledProcessError: Command '['/usr/bin/npm', 'test']' returned non-zero exit status 3.