[로보트리] 신규 하드웨어 추가 및 기존 하드웨어 코드 컨벤션 정리 #696
eslint_reviewdog.yml
on: pull_request
runner / eslint
2m 21s
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#L4
[eslint] reported by reviewdog 🐶
Expected indentation of 4 spaces but found 2.
Raw Output:
{"ruleId":"indent","severity":1,"message":"Expected indentation of 4 spaces but found 2.","line":4,"column":1,"nodeType":"Line","messageId":"wrongIndentation","endLine":4,"endColumn":3,"fix":{"range":[115,117],"text":" "}}
|
runner / eslint:
app/modules/robotry_parodule.js#L5
[eslint] reported by reviewdog 🐶
Expected indentation of 4 spaces but found 2.
Raw Output:
{"ruleId":"indent","severity":1,"message":"Expected indentation of 4 spaces but found 2.","line":5,"column":1,"nodeType":"Identifier","messageId":"wrongIndentation","endLine":5,"endColumn":3,"fix":{"range":[150,152],"text":" "}}
|
runner / eslint:
app/modules/robotry_parodule.js#L6
[eslint] reported by reviewdog 🐶
Expected indentation of 8 spaces but found 4.
Raw Output:
{"ruleId":"indent","severity":1,"message":"Expected indentation of 8 spaces but found 4.","line":6,"column":1,"nodeType":"Keyword","messageId":"wrongIndentation","endLine":6,"endColumn":5,"fix":{"range":[168,172],"text":" "}}
|
runner / eslint:
app/modules/robotry_parodule.js#L7
[eslint] reported by reviewdog 🐶
Expected indentation of 8 spaces but found 4.
Raw Output:
{"ruleId":"indent","severity":1,"message":"Expected indentation of 8 spaces but found 4.","line":7,"column":1,"nodeType":"Keyword","messageId":"wrongIndentation","endLine":7,"endColumn":5,"fix":{"range":[181,185],"text":" "}}
|
runner / eslint:
app/modules/robotry_parodule.js#L8
[eslint] reported by reviewdog 🐶
Expected indentation of 8 spaces but found 4.
Raw Output:
{"ruleId":"indent","severity":1,"message":"Expected indentation of 8 spaces but found 4.","line":8,"column":1,"nodeType":"Keyword","messageId":"wrongIndentation","endLine":8,"endColumn":5,"fix":{"range":[201,205],"text":" "}}
|
runner / eslint:
app/modules/robotry_parodule.js#L9
[eslint] reported by reviewdog 🐶
Expected indentation of 12 spaces but found 6.
Raw Output:
{"ruleId":"indent","severity":1,"message":"Expected indentation of 12 spaces but found 6.","line":9,"column":1,"nodeType":"Identifier","messageId":"wrongIndentation","endLine":9,"endColumn":7,"fix":{"range":[227,233],"text":" "}}
|
runner / eslint:
app/modules/robotry_parodule.js#L10
[eslint] reported by reviewdog 🐶
Expected indentation of 12 spaces but found 6.
Raw Output:
{"ruleId":"indent","severity":1,"message":"Expected indentation of 12 spaces but found 6.","line":10,"column":1,"nodeType":"Identifier","messageId":"wrongIndentation","endLine":10,"endColumn":7,"fix":{"range":[245,251],"text":" "}}
|
runner / eslint:
app/modules/robotry_parodule.js#L11
[eslint] reported by reviewdog 🐶
Expected indentation of 12 spaces but found 6.
Raw Output:
{"ruleId":"indent","severity":1,"message":"Expected indentation of 12 spaces but found 6.","line":11,"column":1,"nodeType":"Identifier","messageId":"wrongIndentation","endLine":11,"endColumn":7,"fix":{"range":[262,268],"text":" "}}
|
runner / eslint:
app/modules/robotry_parodule.js#L12
[eslint] reported by reviewdog 🐶
Expected indentation of 8 spaces but found 4.
Raw Output:
{"ruleId":"indent","severity":1,"message":"Expected indentation of 8 spaces but found 4.","line":12,"column":1,"nodeType":"Punctuator","messageId":"wrongIndentation","endLine":12,"endColumn":5,"fix":{"range":[279,283],"text":" "}}
|
runner / eslint:
app/modules/robotry_parodule.js#L14
[eslint] reported by reviewdog 🐶
Expected indentation of 8 spaces but found 4.
Raw Output:
{"ruleId":"indent","severity":1,"message":"Expected indentation of 8 spaces but found 4.","line":14,"column":1,"nodeType":"Keyword","messageId":"wrongIndentation","endLine":14,"endColumn":5,"fix":{"range":[287,291],"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/
|