[로보트리] 신규 하드웨어 추가 및 기존 하드웨어 코드 컨벤션 정리 #703
Annotations
2 errors and 12 warnings
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
|
|
app/modules/robotry_parodule.js#L104
[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":104,"column":13,"nodeType":"Identifier","messageId":"useConst","endLine":104,"endColumn":17,"fix":{"range":[2866,2869],"text":"const"}}
|
app/modules/robotry_parodule.js#L110
[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":110,"column":13,"nodeType":"Punctuator","messageId":"nextLineClose","endLine":110,"endColumn":14,"fix":{"range":[3059,3072],"text":" "}}
|
app/modules/robotry_parodule.js#L140
[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":140,"column":13,"nodeType":"Punctuator","messageId":"nextLineClose","endLine":140,"endColumn":14,"fix":{"range":[4272,4285],"text":" "}}
|
app/modules/robotry_parodule.js#L151
[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":151,"column":13,"nodeType":"Identifier","messageId":"useConst","endLine":151,"endColumn":17,"fix":{"range":[4616,4619],"text":"const"}}
|
app/modules/robotry_parodule.js#L156
[eslint] reported by reviewdog 🐶
Unexpected function expression.
Raw Output:
{"ruleId":"prefer-arrow-callback","severity":1,"message":"Unexpected function expression.","line":156,"column":48,"nodeType":"FunctionExpression","endLine":161,"endColumn":10,"fix":{"range":[4787,4984],"text":"(key) => {\n if (self.paroduleData[key] != undefined) {\n handler.write(key, self.paroduleData[key]);\n self.canSendData = false;\n }\n }"}}
|
app/modules/robotry_parodule.js#L156
[eslint] reported by reviewdog 🐶
Unexpected space before function parentheses.
Raw Output:
{"ruleId":"space-before-function-paren","severity":1,"message":"Unexpected space before function parentheses.","line":156,"column":56,"nodeType":"FunctionExpression","fix":{"range":[4795,4796],"text":""}}
|
app/modules/robotry_parodule.js#L166
[eslint] reported by reviewdog 🐶
Identifier 'cur_time' is not in camel case.
Raw Output:
{"ruleId":"camelcase","severity":1,"message":"Identifier 'cur_time' is not in camel case.","line":166,"column":13,"nodeType":"Identifier","messageId":"notCamelCase","endLine":166,"endColumn":21}
|
app/modules/robotry_parodule.js#L166
[eslint] reported by reviewdog 🐶
'cur_time' is never reassigned. Use 'const' instead.
Raw Output:
{"ruleId":"prefer-const","severity":1,"message":"'cur_time' is never reassigned. Use 'const' instead.","line":166,"column":13,"nodeType":"Identifier","messageId":"useConst","endLine":166,"endColumn":21,"fix":{"range":[5117,5120],"text":"const"}}
|
app/modules/robotry_parodule.js#L167
[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":167,"column":13,"nodeType":"Identifier","messageId":"useConst","endLine":167,"endColumn":17,"fix":{"range":[5152,5155],"text":"const"}}
|
app/modules/robotry_parodule.js#L168
[eslint] reported by reviewdog 🐶
'cmdDatas' is never reassigned. Use 'const' instead.
Raw Output:
{"ruleId":"prefer-const","severity":1,"message":"'cmdDatas' is never reassigned. Use 'const' instead.","line":168,"column":13,"nodeType":"Identifier","messageId":"useConst","endLine":168,"endColumn":21,"fix":{"range":[5177,5180],"text":"const"}}
|
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/
|
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/
|
The logs for this run have expired and are no longer available.
Loading