달고나 Plus 수정, 달고나 Basic 등록 #725
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 34s
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/dalgona.js#L551
[eslint] reported by reviewdog 🐶
Missing space before opening brace.
Raw Output:
{"ruleId":"space-before-blocks","severity":1,"message":"Missing space before opening brace.","line":551,"column":39,"nodeType":"BlockStatement","endLine":554,"endColumn":10,"fix":{"range":[16035,16035],"text":" "}}
|
runner / eslint:
app/modules/dalgona.js#L552
[eslint] reported by reviewdog 🐶
Strings must use singlequote.
Raw Output:
{"ruleId":"quotes","severity":1,"message":"Strings must use singlequote.","line":552,"column":25,"nodeType":"Literal","endLine":552,"endColumn":34,"fix":{"range":[16061,16070],"text":"'digital'"}}
|
runner / eslint:
app/modules/dalgona.js#L557
[eslint] reported by reviewdog 🐶
'buNffer' is not defined.
Raw Output:
{"ruleId":"no-undef","severity":1,"message":"'buNffer' is not defined.","line":557,"column":13,"nodeType":"Identifier","messageId":"undef","endLine":557,"endColumn":20}
|
runner / eslint:
app/modules/dalgona.js#L580
[eslint] reported by reviewdog 🐶
Missing space before opening brace.
Raw Output:
{"ruleId":"space-before-blocks","severity":1,"message":"Missing space before opening brace.","line":580,"column":42,"nodeType":"BlockStatement","endLine":589,"endColumn":10,"fix":{"range":[17151,17151],"text":" "}}
|
runner / eslint:
app/modules/dalgona.js#L585
[eslint] reported by reviewdog 🐶
Strings must use singlequote.
Raw Output:
{"ruleId":"quotes","severity":1,"message":"Strings must use singlequote.","line":585,"column":25,"nodeType":"Literal","endLine":585,"endColumn":37,"fix":{"range":[17370,17382],"text":"'tonetoggle'"}}
|
runner / eslint:
app/modules/dalgona_basic.js#L165
[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":165,"column":33,"nodeType":"FunctionExpression","fix":{"range":[3102,3103],"text":""}}
|
runner / eslint:
app/modules/dalgona_basic.js#L167
[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":167,"column":42,"nodeType":"FunctionExpression","fix":{"range":[3167,3168],"text":""}}
|
runner / eslint:
app/modules/dalgona_basic.js#L172
[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":172,"column":47,"nodeType":"FunctionExpression","fix":{"range":[3266,3267],"text":""}}
|
runner / eslint:
app/modules/dalgona_basic.js#L179
[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":179,"column":45,"nodeType":"FunctionExpression","fix":{"range":[3490,3491],"text":""}}
|
runner / eslint:
app/modules/dalgona_basic.js#L189
[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":189,"column":41,"nodeType":"FunctionExpression","fix":{"range":[3807,3808],"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/
|