AIBOT 파일명, 접속 방식 변경, ToyBot 생성 #758
Annotations
8 warnings
app/modules/jinirobot_toybot.js#L48
[eslint] reported by reviewdog 🐶
Unnecessary use of boolean literals in conditional expression.
Raw Output:
{"ruleId":"no-unneeded-ternary","severity":1,"message":"Unnecessary use of boolean literals in conditional expression.","line":48,"column":29,"nodeType":"ConditionalExpression","fix":{"range":[1440,1465],"text":"index > -1"}}
|
app/modules/jinirobot_toybot.js#L130
[eslint] reported by reviewdog 🐶
Unexpected string concatenation.
Raw Output:
{"ruleId":"prefer-template","severity":1,"message":"Unexpected string concatenation.","line":130,"column":15,"nodeType":"BinaryExpression","endLine":130,"endColumn":46,"fix":{"range":[4177,4208],"text":"`${buffer.length.toString() }: `"}}
|
app/modules/jinirobot_toybot.js#L132
[eslint] reported by reviewdog 🐶
Unexpected string concatenation.
Raw Output:
{"ruleId":"prefer-template","severity":1,"message":"Unexpected string concatenation.","line":132,"column":16,"nodeType":"BinaryExpression","endLine":132,"endColumn":52,"fix":{"range":[4271,4307],"text":"`0x${ buffer[i].toString(16) }, `"}}
|
app/modules/jinirobot_toybot.js#L143
[eslint] reported by reviewdog 🐶
Unnecessary use of boolean literals in conditional expression.
Raw Output:
{"ruleId":"no-unneeded-ternary","severity":1,"message":"Unnecessary use of boolean literals in conditional expression.","line":143,"column":38,"nodeType":"ConditionalExpression","fix":{"range":[4537,4571],"text":"checker === data[0]"}}
|
app/modules/jinirobot_toybot.js#L373
[eslint] reported by reviewdog 🐶
Expected indentation of 4 spaces but found 1 tab.
Raw Output:
{"ruleId":"indent","severity":1,"message":"Expected indentation of 4 spaces but found 1 tab.","line":373,"column":1,"nodeType":"Identifier","messageId":"wrongIndentation","endLine":373,"endColumn":2,"fix":{"range":[11139,11140],"text":" "}}
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2.0.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Checkout repository
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/
|
Checkout repository
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