warriors: update and activate commerce tests #317
Annotations
8 errors and 2 warnings
Running eslint:
tests/milo/commerce.feature.test.js#L175
[eslint] reported by reviewdog 🐶
Trailing spaces not allowed.
Raw Output:
{"ruleId":"no-trailing-spaces","severity":2,"message":"Trailing spaces not allowed.","line":175,"column":82,"nodeType":"Program","messageId":"trailingSpace","endLine":175,"endColumn":86,"fix":{"range":[9307,9311],"text":""}}
|
Running eslint:
tests/milo/commerce.feature.test.js#L275
[eslint] reported by reviewdog 🐶
Missing trailing comma.
Raw Output:
{"ruleId":"comma-dangle","severity":2,"message":"Missing trailing comma.","line":275,"column":65,"nodeType":"ArrowFunctionExpression","messageId":"missing","endLine":276,"endColumn":1,"fix":{"range":[13383,13394],"text":"),\n )"}}
|
Running eslint:
tests/milo/commerce.feature.test.js#L276
[eslint] reported by reviewdog 🐶
Expected newline before ')'.
Raw Output:
{"ruleId":"function-paren-newline","severity":2,"message":"Expected newline before ')'.","line":276,"column":10,"nodeType":"Punctuator","messageId":"expectedBefore","endLine":276,"endColumn":11,"fix":{"range":[13394,13394],"text":"\n"}}
|
Running eslint:
tests/milo/commerce.feature.test.js#L284
[eslint] reported by reviewdog 🐶
Missing trailing comma.
Raw Output:
{"ruleId":"comma-dangle","severity":2,"message":"Missing trailing comma.","line":284,"column":64,"nodeType":"ArrowFunctionExpression","messageId":"missing","endLine":285,"endColumn":1,"fix":{"range":[13789,13800],"text":"),\n )"}}
|
Running eslint:
tests/milo/commerce.feature.test.js#L285
[eslint] reported by reviewdog 🐶
Expected newline before ')'.
Raw Output:
{"ruleId":"function-paren-newline","severity":2,"message":"Expected newline before ')'.","line":285,"column":10,"nodeType":"Punctuator","messageId":"expectedBefore","endLine":285,"endColumn":11,"fix":{"range":[13800,13800],"text":"\n"}}
|
Running eslint:
tests/milo/commerce.feature.test.js#L371
[eslint] reported by reviewdog 🐶
Block must not be padded by blank lines.
Raw Output:
{"ruleId":"padded-blocks","severity":2,"message":"Block must not be padded by blank lines.","line":371,"column":6,"nodeType":"BlockStatement","messageId":"neverPadBlock","endLine":373,"endColumn":1,"fix":{"range":[18403,18405],"text":"\n"}}
|
Running eslint
Error running eslint.
|
Running eslint
Process completed with exit code 1.
|
Running eslint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Running eslint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2, tj-actions/changed-files@v38. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|