하드웨어 보드 명칭 변경 #692
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
eslint_reviewdog.yml
on: pull_request
runner / eslint
2m 13s
Annotations
5 warnings
runner / eslint:
app/modules/dalgona.js#L1097
[eslint] reported by reviewdog 🐶
Expected indentation of 12 spaces but found 16.
Raw Output:
{"ruleId":"indent","severity":1,"message":"Expected indentation of 12 spaces but found 16.","line":1097,"column":1,"nodeType":"Line","messageId":"wrongIndentation","endLine":1097,"endColumn":17,"fix":{"range":[37085,37101],"text":" "}}
|
runner / eslint:
app/modules/dalgona.js#L1122
[eslint] reported by reviewdog 🐶
Newline required at end of file but not found.
Raw Output:
{"ruleId":"eol-last","severity":1,"message":"Newline required at end of file but not found.","line":1122,"column":31,"nodeType":"Program","messageId":"missing","fix":{"range":[37534,37534],"text":"\n"}}
|
runner / eslint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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/
|