$ date
--- stdout ---
Wed Mar 29 20:05:09 UTC 2023
--- end ---
$ git clone file:///srv/git/mediawiki-extensions-JsonConfig.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 ---
e73173b2ee7f6833bc63e85318994b8d527834b4 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": 421,
"optional": 0,
"peer": 7,
"peerOptional": 0,
"total": 421
}
}
}
--- 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: 36 installs, 0 updates, 0 removals
- 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.0.0)
- Locking felixfbecker/advanced-json-rpc (v3.2.1)
- Locking mediawiki/mediawiki-codesniffer (v41.0.0)
- Locking mediawiki/mediawiki-phan-config (0.12.0)
- 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.1.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.1)
- Locking phpstan/phpdoc-parser (1.16.1)
- 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.21)
- 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.21)
- 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: 36 installs, 0 updates, 0 removals
0 [>---------------------------] 0 [->--------------------------] 0 [--->------------------------] - 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.21): 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.21): Extracting archive
- Installing sabre/event (5.1.4): Extracting archive
- Installing netresearch/jsonmapper (v4.1.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.16.1): Extracting archive
- Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
- Installing doctrine/deprecations (v1.0.0): Extracting archive
- Installing phpdocumentor/type-resolver (1.7.1): 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.0): 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%
20/27 [====================>-------] 74%
27/27 [============================] 100%4 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
14 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
--- stdout ---
--- end ---
Upgrading n:eslint-config-wikimedia from 0.20.0 -> 0.24.0
Upgrading n:grunt from 1.5.3 -> 1.6.1
Upgrading n:stylelint-config-wikimedia from 0.13.1 -> 0.14.0
$ /usr/bin/npm install
--- stdout ---
added 418 packages, and audited 419 packages in 7s
67 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 ---
$ /usr/bin/npm install grunt-eslint@24.0.0 --save-exact
--- stdout ---
up to date, audited 419 packages in 834ms
67 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/eslint i18n/sr-el.json i18n/mrh.json i18n/et.json i18n/api/zh-hans.json package-lock.json tests/phpunit/tabular-bad/bad-license.json i18n/sl.json i18n/ti.json tests/phpunit/tabular-bad/row-vals-count.json i18n/kn.json tests/phpunit/tabular-bad/no-rows.json i18n/fr.json i18n/ps.json i18n/api/sv.json i18n/api/sh.json i18n/api/vi.json i18n/api/en.json i18n/tcy.json i18n/api/ia.json i18n/api/qqq.json i18n/sk.json i18n/api/gl.json i18n/api/fr.json tests/phpunit/tabular-bad/bad-summary2.json i18n/de-ch.json i18n/en.json tests/phpunit/tabular-bad/no-schema.json i18n/sms.json i18n/ja.json i18n/ksh.json tests/phpunit/tabular-bad/dup-field-name.json tests/phpunit/tabular-bad/extra-schema.json i18n/hy.json i18n/zh-hans.json i18n/eo.json i18n/ca.json tests/phpunit/tabular-good/04.json i18n/lt.json i18n/api/ka.json i18n/api/nl.json i18n/api/it.json tests/phpunit/tabular-bad/no-field-name.json i18n/da.json i18n/pt-br.json i18n/api/he.json i18n/pt.json tests/phpunit/tabular-bad/bad-schema.json i18n/tk.json tests/phpunit/tabular-good/06.json i18n/ko.json i18n/sh.json i18n/api/tr.json i18n/api/mk.json i18n/vi.json i18n/smn.json tests/phpunit/tabular-good/02.json i18n/api/fa.json i18n/api/id.json i18n/scn.json tests/phpunit/tabular-bad/unknown-type.json i18n/he.json i18n/el.json modules/ext.jsonConfig.JsonEditDialog.js tests/phpunit/tabular-bad/bad-header-symbol.json modules/ext.jsonConfig.edit.js i18n/roa-tara.json tests/phpunit/tabular-good/05.json i18n/ast.json i18n/br.json tests/phpunit/tabular-bad/array.json tests/phpunit/tabular-good/07.json i18n/api/sl.json tests/phpunit/tabular-bad/no-fields.json i18n/be.json i18n/api/roa-tara.json tests/phpunit/tabular-bad/unknown-license.json i18n/nb.json i18n/api/ca.json i18n/api/pl.json tests/phpunit/tabular-good/08.json i18n/oc.json tests/phpunit/tabular-bad/row-count-mismatch.json i18n/api/ast.json i18n/api/ksh.json i18n/be-tarask.json i18n/tr.json tests/phpunit/tabular-bad/empty.json i18n/it.json i18n/sr-ec.json i18n/bn.json i18n/api/zh-hant.json i18n/ia.json tests/phpunit/tabular-bad/empty-license.json i18n/ru.json i18n/nl.json modules/ext.jsonConfig.init.js i18n/fy.json i18n/bs.json i18n/api/ban.json i18n/api/uk.json i18n/api/scn.json i18n/ku-latn.json i18n/zh-hant.json i18n/api/pt-br.json i18n/ml.json tests/phpunit/tabular-good/01.json i18n/uk.json i18n/ms.json i18n/api/pt.json tests/phpunit/tabular-bad/no-field-type.json i18n/ce.json i18n/api/bg.json i18n/id.json i18n/api/ar.json i18n/sv.json i18n/ar.json i18n/api/de.json i18n/bg.json i18n/api/ru.json i18n/api/hu.json tests/phpunit/tabular-bad/type-mismatch.json tests/phpunit/tabular-bad/bad-fields2.json i18n/api/nb.json i18n/api/ko.json i18n/lb.json tests/phpunit/tabular-bad/bad-summary.json i18n/my.json i18n/tly.json i18n/ur.json i18n/es.json i18n/se.json i18n/kcg.json i18n/ro.json tests/phpunit/tabular-good/03.json composer.json Gruntfile.js i18n/te.json i18n/api/ja.json i18n/api/lb.json i18n/ary.json i18n/pnb.json tests/phpunit/tabular-bad/no-license.json tests/phpunit/tabular-bad/extra-field.json i18n/api/lt.json i18n/af.json i18n/ug-arab.json tests/phpunit/tabular-bad/extra-top.json i18n/de.json i18n/api/es.json i18n/io.json i18n/hu.json i18n/ka.json i18n/en-gb.json i18n/diq.json tests/phpunit/tabular-bad/bad-fields.json i18n/yi.json i18n/hi.json i18n/fa.json package.json i18n/ne.json i18n/fi.json i18n/kck.json i18n/mk.json i18n/qqq.json i18n/cs.json i18n/pl.json i18n/ami.json i18n/gl.json extension.json i18n/is.json --fix
--- stdout ---
/src/repo/Gruntfile.js
15:3 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
16:11 warning Object.assign() is not supported in IE 11 compat/compat
16:11 error ES2015 'Object.assign' method is forbidden es-x/no-object-assign
/src/repo/modules/ext.jsonConfig.edit.js
34:72 warning 'data' is already declared in the upper scope on line 26 column 7 no-shadow
✖ 4 problems (2 errors, 2 warnings)
--- end ---
$ ./node_modules/.bin/eslint i18n/sr-el.json i18n/mrh.json i18n/et.json i18n/api/zh-hans.json package-lock.json tests/phpunit/tabular-bad/bad-license.json i18n/sl.json i18n/ti.json tests/phpunit/tabular-bad/row-vals-count.json i18n/kn.json tests/phpunit/tabular-bad/no-rows.json i18n/fr.json i18n/ps.json i18n/api/sv.json i18n/api/sh.json i18n/api/vi.json i18n/api/en.json i18n/tcy.json i18n/api/ia.json i18n/api/qqq.json i18n/sk.json i18n/api/gl.json i18n/api/fr.json tests/phpunit/tabular-bad/bad-summary2.json i18n/de-ch.json i18n/en.json tests/phpunit/tabular-bad/no-schema.json i18n/sms.json i18n/ja.json i18n/ksh.json tests/phpunit/tabular-bad/dup-field-name.json tests/phpunit/tabular-bad/extra-schema.json i18n/hy.json i18n/zh-hans.json i18n/eo.json i18n/ca.json tests/phpunit/tabular-good/04.json i18n/lt.json i18n/api/ka.json i18n/api/nl.json i18n/api/it.json tests/phpunit/tabular-bad/no-field-name.json i18n/da.json i18n/pt-br.json i18n/api/he.json i18n/pt.json tests/phpunit/tabular-bad/bad-schema.json i18n/tk.json tests/phpunit/tabular-good/06.json i18n/ko.json i18n/sh.json i18n/api/tr.json i18n/api/mk.json i18n/vi.json i18n/smn.json tests/phpunit/tabular-good/02.json i18n/api/fa.json i18n/api/id.json i18n/scn.json tests/phpunit/tabular-bad/unknown-type.json i18n/he.json i18n/el.json modules/ext.jsonConfig.JsonEditDialog.js tests/phpunit/tabular-bad/bad-header-symbol.json modules/ext.jsonConfig.edit.js i18n/roa-tara.json tests/phpunit/tabular-good/05.json i18n/ast.json i18n/br.json tests/phpunit/tabular-bad/array.json tests/phpunit/tabular-good/07.json i18n/api/sl.json tests/phpunit/tabular-bad/no-fields.json i18n/be.json i18n/api/roa-tara.json tests/phpunit/tabular-bad/unknown-license.json i18n/nb.json i18n/api/ca.json i18n/api/pl.json tests/phpunit/tabular-good/08.json i18n/oc.json tests/phpunit/tabular-bad/row-count-mismatch.json i18n/api/ast.json i18n/api/ksh.json i18n/be-tarask.json i18n/tr.json tests/phpunit/tabular-bad/empty.json i18n/it.json i18n/sr-ec.json i18n/bn.json i18n/api/zh-hant.json i18n/ia.json tests/phpunit/tabular-bad/empty-license.json i18n/ru.json i18n/nl.json modules/ext.jsonConfig.init.js i18n/fy.json i18n/bs.json i18n/api/ban.json i18n/api/uk.json i18n/api/scn.json i18n/ku-latn.json i18n/zh-hant.json i18n/api/pt-br.json i18n/ml.json tests/phpunit/tabular-good/01.json i18n/uk.json i18n/ms.json i18n/api/pt.json tests/phpunit/tabular-bad/no-field-type.json i18n/ce.json i18n/api/bg.json i18n/id.json i18n/api/ar.json i18n/sv.json i18n/ar.json i18n/api/de.json i18n/bg.json i18n/api/ru.json i18n/api/hu.json tests/phpunit/tabular-bad/type-mismatch.json tests/phpunit/tabular-bad/bad-fields2.json i18n/api/nb.json i18n/api/ko.json i18n/lb.json tests/phpunit/tabular-bad/bad-summary.json i18n/my.json i18n/tly.json i18n/ur.json i18n/es.json i18n/se.json i18n/kcg.json i18n/ro.json tests/phpunit/tabular-good/03.json composer.json Gruntfile.js i18n/te.json i18n/api/ja.json i18n/api/lb.json i18n/ary.json i18n/pnb.json tests/phpunit/tabular-bad/no-license.json tests/phpunit/tabular-bad/extra-field.json i18n/api/lt.json i18n/af.json i18n/ug-arab.json tests/phpunit/tabular-bad/extra-top.json i18n/de.json i18n/api/es.json i18n/io.json i18n/hu.json i18n/ka.json i18n/en-gb.json i18n/diq.json tests/phpunit/tabular-bad/bad-fields.json i18n/yi.json i18n/hi.json i18n/fa.json package.json i18n/ne.json i18n/fi.json i18n/kck.json i18n/mk.json i18n/qqq.json i18n/cs.json i18n/pl.json i18n/ami.json i18n/gl.json extension.json i18n/is.json -f json
--- stdout ---
[{"filePath":"/src/repo/Gruntfile.js","messages":[{"ruleId":"es/no-object-assign","message":"Definition for rule 'es/no-object-assign' was not found.","line":15,"column":3,"endLine":15,"endColumn":50,"severity":2,"nodeType":null},{"ruleId":"compat/compat","severity":1,"message":"Object.assign() is not supported in IE 11","line":16,"column":11,"nodeType":"MemberExpression","endLine":16,"endColumn":24},{"ruleId":"es-x/no-object-assign","severity":2,"message":"ES2015 'Object.assign' method is forbidden.","line":16,"column":11,"nodeType":"MemberExpression","messageId":"forbidden","endLine":16,"endColumn":24}],"suppressedMessages":[],"errorCount":2,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"/*!\n * Grunt file\n *\n * @package JsonConfig\n */\n\n/* eslint-env node, es6 */\nmodule.exports = function ( grunt ) {\n\tvar conf = grunt.file.readJSON( 'extension.json' );\n\tgrunt.loadNpmTasks( 'grunt-banana-checker' );\n\tgrunt.loadNpmTasks( 'grunt-eslint' );\n\tgrunt.loadNpmTasks( 'grunt-stylelint' );\n\n\tgrunt.initConfig( {\n\t\t// eslint-disable-next-line es/no-object-assign\n\t\tbanana: Object.assign( {\n\t\t\toptions: { requireLowerCase: false }\n\t\t}, conf.MessagesDirs ),\n\t\teslint: {\n\t\t\toptions: {\n\t\t\t\tcache: true,\n\t\t\t\tfix: grunt.option( 'fix' )\n\t\t\t},\n\t\t\tall: [\n\t\t\t\t'**/*.{js,json}',\n\t\t\t\t'!node_modules/**',\n\t\t\t\t'!vendor/**'\n\t\t\t]\n\t\t},\n\t\tstylelint: {\n\t\t\tall: [\n\t\t\t\t'**/*.{css,less}',\n\t\t\t\t'!lib/**',\n\t\t\t\t'!node_modules/**',\n\t\t\t\t'!vendor/**'\n\t\t\t]\n\t\t}\n\t} );\n\n\tgrunt.registerTask( 'test', [ 'eslint', 'banana', 'stylelint' ] );\n\tgrunt.registerTask( 'default', 'test' );\n};\n","usedDeprecatedRules":[]},{"filePath":"/src/repo/composer.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/extension.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/af.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ami.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/ar.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/ast.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/ban.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/bg.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/ca.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/de.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/en.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/es.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/fa.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/fr.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/gl.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/he.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/hu.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/ia.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/id.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/it.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/ja.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/ka.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/ko.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/ksh.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/lb.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/lt.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/mk.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/nb.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/nl.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/pl.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/pt-br.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/pt.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/qqq.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/roa-tara.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/ru.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/scn.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/sh.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/sl.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/sv.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/tr.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/uk.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/vi.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/zh-hans.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/api/zh-hant.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ar.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ary.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ast.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/be-tarask.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/be.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/bg.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/bn.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/br.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/bs.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ca.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ce.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/cs.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/da.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/de-ch.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/de.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/diq.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/el.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/en-gb.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/en.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/eo.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/es.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/et.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/fa.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/fi.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/fr.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/fy.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/gl.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/he.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/hi.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/hu.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/hy.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ia.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/id.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/io.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/is.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/it.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ja.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ka.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/kcg.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/kck.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/kn.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ko.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ksh.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ku-latn.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/lb.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/lt.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/mk.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ml.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/mrh.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ms.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/my.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/nb.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ne.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/nl.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/oc.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/pl.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/pnb.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ps.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/pt-br.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/pt.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/qqq.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ro.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/roa-tara.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ru.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/scn.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/se.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/sh.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/sk.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/sl.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/smn.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/sms.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/sr-ec.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/sr-el.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/sv.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/tcy.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/te.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ti.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/tk.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/tly.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/tr.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ug-arab.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/uk.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ur.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/vi.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/yi.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/zh-hans.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/zh-hant.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/modules/ext.jsonConfig.JsonEditDialog.js","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/modules/ext.jsonConfig.edit.js","messages":[{"ruleId":"no-shadow","severity":1,"message":"'data' is already declared in the upper scope on line 26 column 7.","line":34,"column":72,"nodeType":"Identifier","messageId":"noShadow","endLine":34,"endColumn":76}],"suppressedMessages":[{"ruleId":"no-jquery/no-global-selector","severity":2,"message":"Avoid queries which search the entire DOM. Keep DOM nodes in memory where possible.","line":26,"column":24,"nodeType":"CallExpression","endLine":26,"endColumn":42,"suppressions":[{"kind":"directive","justification":""}]},{"ruleId":"no-jquery/no-global-selector","severity":2,"message":"Avoid queries which search the entire DOM. Keep DOM nodes in memory where possible.","line":47,"column":2,"nodeType":"CallExpression","endLine":47,"endColumn":25,"suppressions":[{"kind":"directive","justification":""}]}],"errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"( function () {\n\tvar openDialogButton,\n\t\twindowManager,\n\t\teditDialog;\n\n\tfunction openErrorWindow( error ) {\n\t\tvar errorMessage = mw.message( 'jsonconfig-edit-dialog-error', error );\n\t\tOO.ui.alert(\n\t\t\tnew OO.ui.HtmlSnippet( errorMessage.parse() ),\n\t\t\t{\n\t\t\t\ttitle: mw.msg( 'jsonconfig-edit-button-label' )\n\t\t\t}\n\t\t);\n\t}\n\n\teditDialog = new mw.JsonConfig.JsonEditDialog();\n\n\twindowManager = OO.ui.getWindowManager();\n\twindowManager.addWindows( [ editDialog ] );\n\n\topenDialogButton = new OO.ui.ButtonWidget( {\n\t\tlabel: mw.msg( 'jsonconfig-edit-button-label' )\n\t} );\n\topenDialogButton.on( 'click', function () {\n\t\t// eslint-disable-next-line no-jquery/no-global-selector\n\t\tvar data, $textbox = $( '#wpTextbox1' );\n\n\t\ttry {\n\t\t\tdata = JSON.parse( $textbox.textSelection( 'getContents' ) );\n\t\t} catch ( error ) {\n\t\t\topenErrorWindow( error );\n\t\t}\n\n\t\twindowManager.openWindow( 'jsonEdit', data ).closed.then( function ( data ) {\n\t\t\tif ( data.error ) {\n\t\t\t\topenErrorWindow( data.error );\n\t\t\t} else if ( data.action === 'apply' ) {\n\t\t\t\t$textbox.textSelection(\n\t\t\t\t\t'setContents',\n\t\t\t\t\tJSON.stringify( data.json, null, ' ' )\n\t\t\t\t);\n\t\t\t}\n\t\t} );\n\t} );\n\n\t// eslint-disable-next-line no-jquery/no-global-selector\n\t$( '#mw-content-text' ).prepend( openDialogButton.$element );\n}() );\n","usedDeprecatedRules":[]},{"filePath":"/src/repo/modules/ext.jsonConfig.init.js","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/package-lock.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/package.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-bad/array.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-bad/bad-fields.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-bad/bad-fields2.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-bad/bad-header-symbol.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-bad/bad-license.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-bad/bad-schema.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-bad/bad-summary.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-bad/bad-summary2.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-bad/dup-field-name.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-bad/empty-license.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-bad/empty.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-bad/extra-field.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-bad/extra-schema.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-bad/extra-top.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-bad/no-field-name.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-bad/no-field-type.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-bad/no-fields.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-bad/no-license.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-bad/no-rows.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-bad/no-schema.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-bad/row-count-mismatch.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-bad/row-vals-count.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-bad/type-mismatch.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-bad/unknown-license.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-bad/unknown-type.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-good/01.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-good/02.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-good/03.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-good/04.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-good/05.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-good/06.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-good/07.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/tests/phpunit/tabular-good/08.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]}]
--- end ---
$ ./node_modules/.bin/grunt stylelint
--- stdout ---
Running "stylelint:all" (stylelint) task
>> Linted 3 files without errors
Done.
--- end ---
$ /usr/bin/npm ci --legacy-peer-deps
--- stdout ---
added 418 packages, and audited 419 packages in 4s
67 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
--- end ---
$ /usr/bin/npm test
--- stdout ---
> jsonconfig@0.0.0 test
> grunt test
Running "eslint:all" (eslint) task
/src/repo/Gruntfile.js
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
15:3 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
16:11 warning Object.assign() is not supported in IE 11 compat/compat
16:11 warning ES2015 'Object.assign' method is forbidden es-x/no-object-assign
/src/repo/composer.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/extension.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/af.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/ami.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/ar.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/ast.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/ban.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/bg.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/ca.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/de.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/en.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/es.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/fa.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/fr.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/gl.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/he.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/hu.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/ia.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/id.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/it.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/ja.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/ka.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/ko.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/ksh.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/lb.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/lt.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/mk.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/nb.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/nl.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/pl.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/pt-br.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/pt.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/qqq.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/roa-tara.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/ru.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/scn.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/sh.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/sl.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/sv.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/tr.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/uk.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/vi.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/zh-hans.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/api/zh-hant.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/ar.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/ary.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/ast.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/be-tarask.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/be.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/bg.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/bn.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/br.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/bs.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/ca.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/ce.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/cs.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/da.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/de-ch.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/de.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/diq.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/el.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/en-gb.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/en.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/eo.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/es.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/et.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/fa.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/fi.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/fr.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/fy.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/gl.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/he.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/hi.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/hu.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/hy.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/ia.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/id.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/io.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/is.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/it.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/ja.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/ka.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/kcg.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/kck.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/kn.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/ko.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/ksh.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/ku-latn.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/lb.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/lt.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/mk.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/ml.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/mrh.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/ms.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/my.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/nb.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/ne.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/nl.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/oc.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/pl.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/pnb.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/ps.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/pt-br.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/pt.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/qqq.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/ro.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/roa-tara.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/ru.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/scn.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/se.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/sh.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/sk.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/sl.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/smn.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/sms.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/sr-ec.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/sr-el.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/sv.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/tcy.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/te.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/ti.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/tk.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/tly.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/tr.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/ug-arab.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/uk.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/ur.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/vi.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/yi.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/zh-hans.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/i18n/zh-hant.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/modules/ext.jsonConfig.JsonEditDialog.js
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/modules/ext.jsonConfig.edit.js
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
34:72 warning 'data' is already declared in the upper scope on line 26 column 7 no-shadow
/src/repo/modules/ext.jsonConfig.init.js
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/package-lock.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/package.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-bad/array.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-bad/bad-fields.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-bad/bad-fields2.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-bad/bad-header-symbol.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-bad/bad-license.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-bad/bad-schema.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-bad/bad-summary.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-bad/bad-summary2.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-bad/dup-field-name.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-bad/empty-license.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-bad/empty.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-bad/extra-field.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-bad/extra-schema.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-bad/extra-top.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-bad/no-field-name.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-bad/no-field-type.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-bad/no-fields.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-bad/no-license.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-bad/no-rows.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-bad/no-schema.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-bad/row-count-mismatch.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-bad/row-vals-count.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-bad/type-mismatch.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-bad/unknown-license.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-bad/unknown-type.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-good/01.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-good/02.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-good/03.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-good/04.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-good/05.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-good/06.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-good/07.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
/src/repo/tests/phpunit/tabular-good/08.json
1:1 error Definition for rule 'es/no-object-assign' was not found es/no-object-assign
✖ 174 problems (171 errors, 3 warnings)
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.