Skip to content

Creative Cloud Test Scripts added #205

Creative Cloud Test Scripts added

Creative Cloud Test Scripts added #205

Triggered via pull request June 6, 2024 09:22
Status Failure
Total duration 27s
Artifacts

run-lint.yml

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

Annotations

10 errors and 2 warnings
Running eslint: features/feds/prodSanity/creativeCloudUnavSanity.spec.js#L164
[eslint] reported by reviewdog 🐶 Missing trailing comma. Raw Output: {"ruleId":"comma-dangle","severity":2,"message":"Missing trailing comma.","line":164,"column":6,"nodeType":"ObjectExpression","messageId":"missing","endLine":165,"endColumn":1,"fix":{"range":[4838,4843],"text":"},\n ]"}}
Running eslint: features/feds/prodSanity/creativeCloudUnavSanity.spec.js#L165
[eslint] reported by reviewdog 🐶 Missing trailing comma. Raw Output: {"ruleId":"comma-dangle","severity":2,"message":"Missing trailing comma.","line":165,"column":4,"nodeType":"Property","messageId":"missing","endLine":166,"endColumn":1,"fix":{"range":[4842,4845],"text":"],\n}"}}
Running eslint: features/feds/prodSanity/creativeCloudUnavSanity.spec.js#L166
[eslint] reported by reviewdog 🐶 Newline required at end of file but not found. Raw Output: {"ruleId":"eol-last","severity":2,"message":"Newline required at end of file but not found.","line":166,"column":2,"nodeType":"Program","messageId":"missing","fix":{"range":[4845,4845],"text":"\n"}}
Running eslint: features/feds/prodSanity/creativeCloudUnavSanity.spec.js#L166
[eslint] reported by reviewdog 🐶 Missing semicolon. Raw Output: {"ruleId":"semi","severity":2,"message":"Missing semicolon.","line":166,"column":2,"nodeType":"ExpressionStatement","messageId":"missingSemi","fix":{"range":[4845,4845],"text":";"}}
Running eslint: selectors/feds/feds.creativeCloudUnavSanity.page.js#L149
[eslint] reported by reviewdog 🐶 This line has a length of 154. Maximum allowed is 120. Raw Output: {"ruleId":"max-len","severity":2,"message":"This line has a length of 154. Maximum allowed is 120.","line":149,"column":1,"nodeType":"Program","messageId":"max","endLine":149,"endColumn":155}
Running eslint: selectors/feds/feds.creativeCloudUnavSanity.page.js#L157
[eslint] reported by reviewdog 🐶 This line has a length of 140. Maximum allowed is 120. Raw Output: {"ruleId":"max-len","severity":2,"message":"This line has a length of 140. Maximum allowed is 120.","line":157,"column":1,"nodeType":"Program","messageId":"max","endLine":157,"endColumn":141}
Running eslint: selectors/feds/feds.creativeCloudUnavSanity.page.js#L158
[eslint] reported by reviewdog 🐶 This line has a length of 128. Maximum allowed is 120. Raw Output: {"ruleId":"max-len","severity":2,"message":"This line has a length of 128. Maximum allowed is 120.","line":158,"column":1,"nodeType":"Program","messageId":"max","endLine":158,"endColumn":129}
Running eslint: selectors/feds/feds.creativeCloudUnavSanity.page.js#L165
[eslint] reported by reviewdog 🐶 This line has a length of 140. Maximum allowed is 120. Raw Output: {"ruleId":"max-len","severity":2,"message":"This line has a length of 140. Maximum allowed is 120.","line":165,"column":1,"nodeType":"Program","messageId":"max","endLine":165,"endColumn":141}
Running eslint: selectors/feds/feds.creativeCloudUnavSanity.page.js#L173
[eslint] reported by reviewdog 🐶 This line has a length of 154. Maximum allowed is 120. Raw Output: {"ruleId":"max-len","severity":2,"message":"This line has a length of 154. Maximum allowed is 120.","line":173,"column":1,"nodeType":"Program","messageId":"max","endLine":173,"endColumn":155}
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/