231122_동작개선 및 블럭 추가 #740
eslint_reviewdog.yml
on: pull_request
runner / eslint
1m 47s
Annotations
2 errors and 12 warnings
runner / 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
|
runner / eslint
Process completed with exit code 1.
|
runner / eslint:
app/modules/KKMOO.js#L68
[eslint] reported by reviewdog 🐶
Expected space(s) after "if".
Raw Output:
{"ruleId":"keyword-spacing","severity":1,"message":"Expected space(s) after \"if\".","line":68,"column":9,"nodeType":null,"messageId":"expectedAfter","fix":{"range":[1724,1724],"text":" "}}
|
runner / eslint:
app/modules/KKMOO.js#L68
[eslint] reported by reviewdog 🐶
Strings must use singlequote.
Raw Output:
{"ruleId":"quotes","severity":1,"message":"Strings must use singlequote.","line":68,"column":30,"nodeType":"Literal","endLine":68,"endColumn":42,"fix":{"range":[1743,1755],"text":"'ATfinRobot'"}}
|
runner / eslint:
app/modules/KKMOO.js#L68
[eslint] reported by reviewdog 🐶
Missing space before opening brace.
Raw Output:
{"ruleId":"space-before-blocks","severity":1,"message":"Missing space before opening brace.","line":68,"column":44,"nodeType":"BlockStatement","endLine":74,"endColumn":10,"fix":{"range":[1757,1757],"text":" "}}
|
runner / eslint:
app/modules/KKMOO.js#L69
[eslint] reported by reviewdog 🐶
Strings must use singlequote.
Raw Output:
{"ruleId":"quotes","severity":1,"message":"Strings must use singlequote.","line":69,"column":25,"nodeType":"Literal","endLine":69,"endColumn":37,"fix":{"range":[1783,1795],"text":"'ATfinRobot'"}}
|
runner / eslint:
app/modules/KKMOO.js#L71
[eslint] reported by reviewdog 🐶
Expected space(s) after "if".
Raw Output:
{"ruleId":"keyword-spacing","severity":1,"message":"Expected space(s) after \"if\".","line":71,"column":13,"nodeType":null,"messageId":"expectedAfter","fix":{"range":[1842,1842],"text":" "}}
|
runner / eslint:
app/modules/KKMOO.js#L71
[eslint] reported by reviewdog 🐶
Missing space before opening brace.
Raw Output:
{"ruleId":"space-before-blocks","severity":1,"message":"Missing space before opening brace.","line":71,"column":56,"nodeType":"BlockStatement","endLine":73,"endColumn":14,"fix":{"range":[1883,1883],"text":" "}}
|
runner / eslint:
app/modules/KKMOO.js#L82
[eslint] reported by reviewdog 🐶
Expected space(s) after "if".
Raw Output:
{"ruleId":"keyword-spacing","severity":1,"message":"Expected space(s) after \"if\".","line":82,"column":9,"nodeType":null,"messageId":"expectedAfter","fix":{"range":[2151,2151],"text":" "}}
|
runner / eslint:
app/modules/KKMOO.js#L82
[eslint] reported by reviewdog 🐶
Missing space before opening brace.
Raw Output:
{"ruleId":"space-before-blocks","severity":1,"message":"Missing space before opening brace.","line":82,"column":58,"nodeType":"BlockStatement","endLine":84,"endColumn":10,"fix":{"range":[2198,2198],"text":" "}}
|
runner / eslint:
app/modules/KKMOO.js#L88
[eslint] reported by reviewdog 🐶
Expected space(s) after "if".
Raw Output:
{"ruleId":"keyword-spacing","severity":1,"message":"Expected space(s) after \"if\".","line":88,"column":9,"nodeType":null,"messageId":"expectedAfter","fix":{"range":[2317,2317],"text":" "}}
|
runner / eslint:
app/modules/KKMOO.js#L88
[eslint] reported by reviewdog 🐶
Operator '==' must be spaced.
Raw Output:
{"ruleId":"space-infix-ops","severity":1,"message":"Operator '==' must be spaced.","line":88,"column":69,"nodeType":"BinaryExpression","endLine":88,"endColumn":71,"fix":{"range":[2375,2377],"text":" == "}}
|
runner / eslint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
runner / eslint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|