Skip to content

Jamoore branch

Jamoore branch #2

Triggered via pull request February 6, 2024 22:30
Status Failure
Total duration 35s
Artifacts

run-lint.yaml

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

Annotations

6 errors and 3 warnings
Running eslint: libs/blocks/marquee/marquee.js#L95
[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":95,"column":40,"nodeType":"BlockStatement","messageId":"neverPadBlock","endLine":97,"endColumn":3,"fix":{"range":[2729,2731],"text":"\n"}}
Running eslint: libs/blocks/marquee/marquee.js#L124
[eslint] reported by reviewdog 🐶 Expected no linebreak before this statement. Raw Output: {"ruleId":"nonblock-statement-body-position","severity":2,"message":"Expected no linebreak before this statement.","line":124,"column":5,"nodeType":"ExpressionStatement","messageId":"expectNoLinebreak","endLine":124,"endColumn":38,"fix":{"range":[3788,3793],"text":" "}}
Running eslint: libs/blocks/marquee/marquee.js#L124
[eslint] reported by reviewdog 🐶 Expected { after 'if' condition. Raw Output: {"ruleId":"curly","severity":2,"message":"Expected { after 'if' condition.","line":124,"column":5,"nodeType":"IfStatement","messageId":"missingCurlyAfterCondition","endLine":124,"endColumn":38,"fix":{"range":[3793,3826],"text":"{el.classList.add('row-reversed');}"}}
Running eslint: libs/blocks/marquee/marquee.js#L150
[eslint] reported by reviewdog 🐶 Missing trailing comma. Raw Output: {"ruleId":"comma-dangle","severity":2,"message":"Missing trailing comma.","line":150,"column":25,"nodeType":"Identifier","messageId":"missing","endLine":151,"endColumn":1,"fix":{"range":[4726,4750],"text":"mediaCreditInner,\n )"}}
Running eslint
Error running eslint.
Running eslint
Process completed with exit code 1.
Running eslint: libs/blocks/marquee/marquee.js#L98
[eslint] reported by reviewdog 🐶 Unexpected console statement. Raw Output: {"ruleId":"no-console","severity":1,"message":"Unexpected console statement.","line":98,"column":5,"nodeType":"MemberExpression","messageId":"unexpected","endLine":98,"endColumn":16}
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/