[로보트리] 신규 하드웨어 추가 및 기존 하드웨어 코드 컨벤션 정리 #700
eslint_reviewdog.yml
on: pull_request
runner / eslint
2m 13s
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#L56
[eslint] reported by reviewdog 🐶
'self' is never reassigned. Use 'const' instead.
Raw Output:
{"ruleId":"prefer-const","severity":1,"message":"'self' is never reassigned. Use 'const' instead.","line":56,"column":13,"nodeType":"Identifier","messageId":"useConst","endLine":56,"endColumn":17,"fix":{"range":[1689,1692],"text":"const"}}
|
runner / eslint:
app/modules/robotry_parodule.js#L106
[eslint] reported by reviewdog 🐶
'self' is never reassigned. Use 'const' instead.
Raw Output:
{"ruleId":"prefer-const","severity":1,"message":"'self' is never reassigned. Use 'const' instead.","line":106,"column":13,"nodeType":"Identifier","messageId":"useConst","endLine":106,"endColumn":17,"fix":{"range":[2892,2895],"text":"const"}}
|
runner / eslint:
app/modules/robotry_parodule.js#L107
[eslint] reported by reviewdog 🐶
'datas' is never reassigned. Use 'const' instead.
Raw Output:
{"ruleId":"prefer-const","severity":1,"message":"'datas' is never reassigned. Use 'const' instead.","line":107,"column":13,"nodeType":"Identifier","messageId":"useConst","endLine":107,"endColumn":18,"fix":{"range":[2917,2920],"text":"const"}}
|
runner / eslint:
app/modules/robotry_parodule.js#L113
[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":113,"column":13,"nodeType":"Punctuator","messageId":"nextLineClose","endLine":113,"endColumn":14,"fix":{"range":[3112,3125],"text":" "}}
|
runner / eslint:
app/modules/robotry_parodule.js#L115
[eslint] reported by reviewdog 🐶
'temp' is never reassigned. Use 'const' instead.
Raw Output:
{"ruleId":"prefer-const","severity":1,"message":"'temp' is never reassigned. Use 'const' instead.","line":115,"column":21,"nodeType":"Identifier","messageId":"useConst","endLine":115,"endColumn":25,"fix":{"range":[3188,3191],"text":"const"}}
|
runner / eslint:
app/modules/robotry_parodule.js#L116
[eslint] reported by reviewdog 🐶
'readData' is never reassigned. Use 'const' instead.
Raw Output:
{"ruleId":"prefer-const","severity":1,"message":"'readData' is never reassigned. Use 'const' instead.","line":116,"column":21,"nodeType":"Identifier","messageId":"useConst","endLine":116,"endColumn":29,"fix":{"range":[3233,3236],"text":"const"}}
|
runner / eslint:
app/modules/robotry_parodule.js#L121
[eslint] reported by reviewdog 🐶
'value' is never reassigned. Use 'const' instead.
Raw Output:
{"ruleId":"prefer-const","severity":1,"message":"'value' is never reassigned. Use 'const' instead.","line":121,"column":25,"nodeType":"Identifier","messageId":"useConst","endLine":121,"endColumn":30,"fix":{"range":[3472,3475],"text":"const"}}
|
runner / eslint:
app/modules/robotry_parodule.js#L124
[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":124,"column":21,"nodeType":"Punctuator","messageId":"nextLineClose","endLine":124,"endColumn":22,"fix":{"range":[3615,3636],"text":" "}}
|
runner / eslint:
app/modules/robotry_parodule.js#L127
[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":127,"column":21,"nodeType":"Punctuator","messageId":"nextLineClose","endLine":127,"endColumn":22,"fix":{"range":[3722,3743],"text":" "}}
|
runner / eslint:
app/modules/robotry_parodule.js#L130
[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":130,"column":21,"nodeType":"Punctuator","messageId":"nextLineClose","endLine":130,"endColumn":22,"fix":{"range":[3829,3850],"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/
|