Skip to content

Feature/condensed folders tree #265

Feature/condensed folders tree

Feature/condensed folders tree #265

Triggered via pull request January 7, 2024 02:09
Status Failure
Total duration 47s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
eslint: src/components/filters.tsx#L265
[eslint] reported by reviewdog 🐶 'result' is never reassigned. Use 'const' instead. Raw Output: {"ruleId":"prefer-const","severity":2,"message":"'result' is never reassigned. Use 'const' instead.","line":265,"column":9,"nodeType":"Identifier","messageId":"useConst","endLine":265,"endColumn":15,"fix":{"range":[8917,8952],"text":"const result = getSequenceRoot(root);"}}
eslint: src/components/filters.tsx#L267
[eslint] reported by reviewdog 🐶 Expected space(s) after "for". Raw Output: {"ruleId":"@typescript-eslint/keyword-spacing","severity":2,"message":"Expected space(s) after \"for\".","line":267,"column":5,"nodeType":null,"messageId":"expectedAfter","endLine":267,"endColumn":8,"fix":{"range":[8961,8961],"text":" "}}
eslint: src/components/filters.tsx#L267
[eslint] reported by reviewdog 🐶 'key' is never reassigned. Use 'const' instead. Raw Output: {"ruleId":"prefer-const","severity":2,"message":"'key' is never reassigned. Use 'const' instead.","line":267,"column":14,"nodeType":"Identifier","messageId":"useConst","endLine":267,"endColumn":17,"fix":{"range":[8962,8976],"text":"const [key, dir]"}}
eslint: src/components/filters.tsx#L267
[eslint] reported by reviewdog 🐶 'dir' is never reassigned. Use 'const' instead. Raw Output: {"ruleId":"prefer-const","severity":2,"message":"'dir' is never reassigned. Use 'const' instead.","line":267,"column":19,"nodeType":"Identifier","messageId":"useConst","endLine":267,"endColumn":22,"fix":{"range":[8962,8976],"text":"const [key, dir]"}}
eslint: src/components/filters.tsx#L267
[eslint] reported by reviewdog 🐶 Missing space before opening brace. Raw Output: {"ruleId":"@typescript-eslint/space-before-blocks","severity":2,"message":"Missing space before opening brace.","line":267,"column":42,"nodeType":"BlockStatement","messageId":"missingSpace","endLine":271,"endColumn":6,"fix":{"range":[8995,8995],"text":" "}}
eslint: src/components/filters.tsx#L270
[eslint] reported by reviewdog 🐶 Missing semicolon. Raw Output: {"ruleId":"semi","severity":2,"message":"Missing semicolon.","line":270,"column":46,"nodeType":"ExpressionStatement","messageId":"missingSemi","endLine":271,"endColumn":1,"fix":{"range":[9128,9128],"text":";"}}
eslint: src/components/filters.tsx#L270
[eslint] reported by reviewdog 🐶 Missing semicolon. Raw Output: {"ruleId":"@typescript-eslint/semi","severity":2,"message":"Missing semicolon.","line":270,"column":46,"nodeType":"ExpressionStatement","messageId":"missingSemi","endLine":271,"endColumn":1,"fix":{"range":[9128,9128],"text":";"}}
eslint: src/components/filters.tsx#L276
[eslint] reported by reviewdog 🐶 Missing space before opening brace. Raw Output: {"ruleId":"@typescript-eslint/space-before-blocks","severity":2,"message":"Missing space before opening brace.","line":276,"column":53,"nodeType":"BlockStatement","messageId":"missingSpace","endLine":289,"endColumn":2,"fix":{"range":[9210,9210],"text":" "}}
eslint: src/components/filters.tsx#L279
[eslint] reported by reviewdog 🐶 Expected space(s) after "if". Raw Output: {"ruleId":"@typescript-eslint/keyword-spacing","severity":2,"message":"Expected space(s) after \"if\".","line":279,"column":5,"nodeType":null,"messageId":"expectedAfter","endLine":279,"endColumn":7,"fix":{"range":[9242,9242],"text":" "}}
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://gitpro.ttaallkk.topmunity/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085