[로보트리] 신규 하드웨어 추가 및 기존 하드웨어 코드 컨벤션 정리 #705
eslint_reviewdog.yml
on: pull_request
runner / eslint
2m 39s
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/robotry_parodule.js#L57
[eslint] reported by reviewdog 🐶
Unexpected var, use let or const instead.
Raw Output:
{"ruleId":"no-var","severity":1,"message":"Unexpected var, use let or const instead.","line":57,"column":9,"nodeType":"VariableDeclaration","endLine":57,"endColumn":25,"fix":{"range":[1717,1720],"text":"let"}}
|
runner / eslint:
app/modules/robotry_parodule.js#L81
[eslint] reported by reviewdog 🐶
Closing curly brace does not appear on the same line as the subsequent block.
Raw Output:
{"ruleId":"brace-style","severity":1,"message":"Closing curly brace does not appear on the same line as the subsequent block.","line":81,"column":9,"nodeType":"Punctuator","messageId":"nextLineClose","endLine":81,"endColumn":10,"fix":{"range":[2303,2312],"text":" "}}
|
runner / eslint:
app/modules/robotry_parodule.js#L86
[eslint] reported by reviewdog 🐶
Block must not be padded by blank lines.
Raw Output:
{"ruleId":"padded-blocks","severity":1,"message":"Block must not be padded by blank lines.","line":86,"column":5,"nodeType":"BlockStatement","fix":{"range":[2354,2356],"text":"\n"}}
|
runner / eslint:
app/modules/robotry_parodule.js#L113
[eslint] reported by reviewdog 🐶
Unexpected var, use let or const instead.
Raw Output:
{"ruleId":"no-var","severity":1,"message":"Unexpected var, use let or const instead.","line":113,"column":9,"nodeType":"VariableDeclaration","endLine":113,"endColumn":25,"fix":{"range":[3006,3009],"text":"let"}}
|
runner / eslint:
app/modules/robotry_parodule.js#L114
[eslint] reported by reviewdog 🐶
Unexpected var, use let or const instead.
Raw Output:
{"ruleId":"no-var","severity":1,"message":"Unexpected var, use let or const instead.","line":114,"column":9,"nodeType":"VariableDeclaration","endLine":114,"endColumn":48,"fix":{"range":[3031,3034],"text":"let"}}
|
runner / eslint:
app/modules/robotry_parodule.js#L120
[eslint] reported by reviewdog 🐶
Closing curly brace does not appear on the same line as the subsequent block.
Raw Output:
{"ruleId":"brace-style","severity":1,"message":"Closing curly brace does not appear on the same line as the subsequent block.","line":120,"column":13,"nodeType":"Punctuator","messageId":"nextLineClose","endLine":120,"endColumn":14,"fix":{"range":[3226,3239],"text":" "}}
|
runner / eslint:
app/modules/robotry_parodule.js#L123
[eslint] reported by reviewdog 🐶
Unexpected var, use let or const instead.
Raw Output:
{"ruleId":"no-var","severity":1,"message":"Unexpected var, use let or const instead.","line":123,"column":17,"nodeType":"VariableDeclaration","endLine":123,"endColumn":45,"fix":{"range":[3339,3342],"text":"let"}}
|
runner / eslint:
app/modules/robotry_parodule.js#L124
[eslint] reported by reviewdog 🐶
Unexpected var, use let or const instead.
Raw Output:
{"ruleId":"no-var","severity":1,"message":"Unexpected var, use let or const instead.","line":124,"column":17,"nodeType":"VariableDeclaration","endLine":124,"endColumn":62}
|
runner / eslint:
app/modules/robotry_parodule.js#L125
[eslint] reported by reviewdog 🐶
Unexpected var, use let or const instead.
Raw Output:
{"ruleId":"no-var","severity":1,"message":"Unexpected var, use let or const instead.","line":125,"column":22,"nodeType":"VariableDeclaration","endLine":125,"endColumn":31}
|
runner / eslint:
app/modules/robotry_parodule.js#L128
[eslint] reported by reviewdog 🐶
Unexpected var, use let or const instead.
Raw Output:
{"ruleId":"no-var","severity":1,"message":"Unexpected var, use let or const instead.","line":128,"column":22,"nodeType":"VariableDeclaration","endLine":128,"endColumn":31}
|
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/
|