Skip to content

MWPW-147299

MWPW-147299 #201

Triggered via pull request June 5, 2024 22:19
Status Failure
Total duration 30s
Artifacts

run-lint.yml

on: pull_request
Running eslint
22s
Running eslint
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 2 warnings
Running eslint: selectors/milo/howto.block.page.js#L17
[eslint] reported by reviewdog 🐶 Unnecessarily quoted property 'padding' found. Raw Output: {"ruleId":"quote-props","severity":2,"message":"Unnecessarily quoted property 'padding' found.","line":17,"column":9,"nodeType":"Property","messageId":"unnecessarilyQuotedProperty","endLine":17,"endColumn":30,"fix":{"range":[654,663],"text":"padding"}}
Running eslint: selectors/milo/howto.block.page.js#L31
[eslint] reported by reviewdog 🐶 Unnecessarily quoted property 'padding' found. Raw Output: {"ruleId":"quote-props","severity":2,"message":"Unnecessarily quoted property 'padding' found.","line":31,"column":9,"nodeType":"Property","messageId":"unnecessarilyQuotedProperty","endLine":31,"endColumn":31,"fix":{"range":[988,997],"text":"padding"}}
Running eslint: selectors/milo/howto.block.page.js#L35
[eslint] reported by reviewdog 🐶 Unnecessarily quoted property 'display' found. Raw Output: {"ruleId":"quote-props","severity":2,"message":"Unnecessarily quoted property 'display' found.","line":35,"column":9,"nodeType":"Property","messageId":"unnecessarilyQuotedProperty","endLine":35,"endColumn":27,"fix":{"range":[1089,1098],"text":"display"}}
Running eslint: selectors/milo/howto.block.page.js#L39
[eslint] reported by reviewdog 🐶 Unnecessarily quoted property 'display' found. Raw Output: {"ruleId":"quote-props","severity":2,"message":"Unnecessarily quoted property 'display' found.","line":39,"column":9,"nodeType":"Property","messageId":"unnecessarilyQuotedProperty","endLine":39,"endColumn":27,"fix":{"range":[1187,1196],"text":"display"}}
Running eslint: selectors/milo/howto.block.page.js#L47
[eslint] reported by reviewdog 🐶 Unnecessarily quoted property 'width' found. Raw Output: {"ruleId":"quote-props","severity":2,"message":"Unnecessarily quoted property 'width' found.","line":47,"column":9,"nodeType":"Property","messageId":"unnecessarilyQuotedProperty","endLine":47,"endColumn":23,"fix":{"range":[1361,1368],"text":"width"}}
Running eslint: selectors/milo/howto.block.page.js#L48
[eslint] reported by reviewdog 🐶 Unnecessarily quoted property 'height' found. Raw Output: {"ruleId":"quote-props","severity":2,"message":"Unnecessarily quoted property 'height' found.","line":48,"column":9,"nodeType":"Property","messageId":"unnecessarilyQuotedProperty","endLine":48,"endColumn":24,"fix":{"range":[1385,1393],"text":"height"}}
Running eslint: selectors/milo/howto.block.page.js#L52
[eslint] reported by reviewdog 🐶 Unnecessary semicolon. Raw Output: {"ruleId":"no-extra-semi","severity":2,"message":"Unnecessary semicolon.","line":52,"column":2,"nodeType":"EmptyStatement","messageId":"unexpected","endLine":52,"endColumn":3,"fix":{"range":[1422,1424],"text":"}"}}
Running eslint
Error running eslint.
Running eslint
Process completed with exit code 1.
Running eslint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, tj-actions/changed-files@v38. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/