Skip to content

lint workflow

lint workflow #19

Triggered via pull request February 4, 2025 01:04
@tyler36tyler36
synchronize #2
lint-workflow
Status Success
Total duration 22s
Billable time 1m
Artifacts

eslint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
lint: eslint.config.js#L2
[eslint] reported by reviewdog 🐶 Imports should be sorted alphabetically. Raw Output: {"ruleId":"sort-imports","severity":2,"message":"Imports should be sorted alphabetically.","line":2,"column":1,"nodeType":"ImportDeclaration","messageId":"sortImportsAlphabetically","endLine":2,"endColumn":31}
lint: src/app.js#L1
[eslint] reported by reviewdog 🐶 There must be a space after this paren. Raw Output: {"ruleId":"@stylistic/js/space-in-parens","severity":2,"message":"There must be a space after this paren.","line":1,"column":16,"nodeType":"Program","messageId":"missingOpeningSpace","endLine":1,"endColumn":17,"fix":{"range":[16,16],"text":" "}}
lint: src/app.js#L1
[eslint] reported by reviewdog 🐶 Unexpected parentheses around single function argument. Raw Output: {"ruleId":"@stylistic/js/arrow-parens","severity":2,"message":"Unexpected parentheses around single function argument.","line":1,"column":17,"nodeType":"ArrowFunctionExpression","messageId":"unexpectedParens","endLine":1,"endColumn":24,"fix":{"range":[15,24],"text":"$number"}}
lint: src/app.js#L1
[eslint] reported by reviewdog 🐶 There must be a space before this paren. Raw Output: {"ruleId":"@stylistic/js/space-in-parens","severity":2,"message":"There must be a space before this paren.","line":1,"column":24,"nodeType":"Program","messageId":"missingClosingSpace","endLine":1,"endColumn":25,"fix":{"range":[23,23],"text":" "}}
lint: src/scroll-to-top.js#L7
[eslint] reported by reviewdog 🐶 Expected indentation of 12 spaces but found 4. Raw Output: {"ruleId":"@stylistic/js/indent","severity":2,"message":"Expected indentation of 12 spaces but found 4.","line":7,"column":1,"nodeType":"Identifier","messageId":"wrongIndentation","endLine":7,"endColumn":5,"fix":{"range":[203,207],"text":" "}}
lint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.