Skip to content

Spec homepage - Elements updated as per the changes in Experience Cloud #190

Spec homepage - Elements updated as per the changes in Experience Cloud

Spec homepage - Elements updated as per the changes in Experience Cloud #190

Triggered via pull request June 4, 2024 06:37
Status Failure
Total duration 25s
Artifacts

run-lint.yml

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

Annotations

10 errors and 2 warnings
Running eslint: selectors/feds/feds.homepagesanity.page.js#L2
[eslint] reported by reviewdog 🐶 Missing file extension "js" for "../../features/feds/homePageSanity.spec" Raw Output: {"ruleId":"import/extensions","severity":2,"message":"Missing file extension \"js\" for \"../../features/feds/homePageSanity.spec\"","line":2,"column":26,"nodeType":"Literal","endLine":2,"endColumn":67}
Running eslint: selectors/feds/feds.homepagesanity.page.js#L2
[eslint] reported by reviewdog 🐶 Strings must use singlequote. Raw Output: {"ruleId":"quotes","severity":2,"message":"Strings must use singlequote.","line":2,"column":26,"nodeType":"Literal","messageId":"wrongQuotes","endLine":2,"endColumn":67,"fix":{"range":[74,115],"text":"'../../features/feds/homePageSanity.spec'"}}
Running eslint: selectors/feds/feds.homepagesanity.page.js#L5
[eslint] reported by reviewdog 🐶 Expected indentation of 2 spaces but found 4. Raw Output: {"ruleId":"indent","severity":2,"message":"Expected indentation of 2 spaces but found 4.","line":5,"column":1,"nodeType":"Identifier","messageId":"wrongIndentation","endLine":5,"endColumn":5,"fix":{"range":[156,160],"text":" "}}
Running eslint: selectors/feds/feds.homepagesanity.page.js#L6
[eslint] reported by reviewdog 🐶 Expected indentation of 4 spaces but found 8. Raw Output: {"ruleId":"indent","severity":2,"message":"Expected indentation of 4 spaces but found 8.","line":6,"column":1,"nodeType":"Keyword","messageId":"wrongIndentation","endLine":6,"endColumn":9,"fix":{"range":[180,188],"text":" "}}
Running eslint: selectors/feds/feds.homepagesanity.page.js#L8
[eslint] reported by reviewdog 🐶 Expected indentation of 4 spaces but found 8. Raw Output: {"ruleId":"indent","severity":2,"message":"Expected indentation of 4 spaces but found 8.","line":8,"column":1,"nodeType":"Line","messageId":"wrongIndentation","endLine":8,"endColumn":9,"fix":{"range":[207,215],"text":" "}}
Running eslint: selectors/feds/feds.homepagesanity.page.js#L8
[eslint] reported by reviewdog 🐶 Expected exception block, space or tab after '//' in comment. Raw Output: {"ruleId":"spaced-comment","severity":2,"message":"Expected exception block, space or tab after '//' in comment.","line":8,"column":9,"nodeType":"Line","messageId":"expectedExceptionAfter","endLine":8,"endColumn":25,"fix":{"range":[217,217],"text":" "}}
Running eslint: selectors/feds/feds.homepagesanity.page.js#L9
[eslint] reported by reviewdog 🐶 Expected indentation of 4 spaces but found 8. Raw Output: {"ruleId":"indent","severity":2,"message":"Expected indentation of 4 spaces but found 8.","line":9,"column":1,"nodeType":"Keyword","messageId":"wrongIndentation","endLine":9,"endColumn":9,"fix":{"range":[232,240],"text":" "}}
Running eslint: selectors/feds/feds.homepagesanity.page.js#L10
[eslint] reported by reviewdog 🐶 Expected indentation of 4 spaces but found 8. Raw Output: {"ruleId":"indent","severity":2,"message":"Expected indentation of 4 spaces but found 8.","line":10,"column":1,"nodeType":"Keyword","messageId":"wrongIndentation","endLine":10,"endColumn":9,"fix":{"range":[296,304],"text":" "}}
Running eslint: selectors/feds/feds.homepagesanity.page.js#L11
[eslint] reported by reviewdog 🐶 Expected indentation of 4 spaces but found 8. Raw Output: {"ruleId":"indent","severity":2,"message":"Expected indentation of 4 spaces but found 8.","line":11,"column":1,"nodeType":"Keyword","messageId":"wrongIndentation","endLine":11,"endColumn":9,"fix":{"range":[369,377],"text":" "}}
Running eslint
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
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/