Ruins of Camdozaal #13993
codequality.yml
on: pull_request
ESLint
1m 6s
Typescript
54s
Annotations
2 errors and 10 warnings
Typescript
Process completed with exit code 2.
|
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
|
ESLint:
src/lib/Task.ts#L192
[eslint] reported by reviewdog 🐶
'tasks' is already declared in the upper scope on line 98 column 14.
Raw Output:
{"ruleId":"no-shadow","severity":1,"message":"'tasks' is already declared in the upper scope on line 98 column 14.","line":192,"column":8,"nodeType":"Identifier","messageId":"noShadow","endLine":192,"endColumn":13}
|
ESLint:
src/lib/Task.ts#L209
[eslint] reported by reviewdog 🐶
Unexpected object value in conditional. The condition is always true.
Raw Output:
{"ruleId":"@typescript-eslint/strict-boolean-expressions","severity":1,"message":"Unexpected object value in conditional. The condition is always true.","line":209,"column":7,"nodeType":"Identifier","messageId":"conditionErrorObject","endLine":209,"endColumn":11}
|
ESLint:
src/lib/util/minionStatus.ts#L132
[eslint] reported by reviewdog 🐶
'course' is already declared in the upper scope on line 132 column 10.
Raw Output:
{"ruleId":"no-shadow","severity":1,"message":"'course' is already declared in the upper scope on line 132 column 10.","line":132,"column":40,"nodeType":"Identifier","messageId":"noShadow","endLine":132,"endColumn":46}
|
ESLint:
src/lib/util/minionStatus.ts#L142
[eslint] reported by reviewdog 🐶
'cookable' is already declared in the upper scope on line 142 column 10.
Raw Output:
{"ruleId":"no-shadow","severity":1,"message":"'cookable' is already declared in the upper scope on line 142 column 10.","line":142,"column":44,"nodeType":"Identifier","messageId":"noShadow","endLine":142,"endColumn":52}
|
ESLint:
src/lib/util/minionStatus.ts#L152
[eslint] reported by reviewdog 🐶
'fish' is already declared in the upper scope on line 152 column 10.
Raw Output:
{"ruleId":"no-shadow","severity":1,"message":"'fish' is already declared in the upper scope on line 152 column 10.","line":152,"column":37,"nodeType":"Identifier","messageId":"noShadow","endLine":152,"endColumn":41}
|
ESLint:
src/lib/util/minionStatus.ts#L162
[eslint] reported by reviewdog 🐶
'ore' is already declared in the upper scope on line 162 column 10.
Raw Output:
{"ruleId":"no-shadow","severity":1,"message":"'ore' is already declared in the upper scope on line 162 column 10.","line":162,"column":33,"nodeType":"Identifier","messageId":"noShadow","endLine":162,"endColumn":36}
|
ESLint:
src/lib/util/minionStatus.ts#L192
[eslint] reported by reviewdog 🐶
'bar' is already declared in the upper scope on line 192 column 10.
Raw Output:
{"ruleId":"no-shadow","severity":1,"message":"'bar' is already declared in the upper scope on line 192 column 10.","line":192,"column":35,"nodeType":"Identifier","messageId":"noShadow","endLine":192,"endColumn":38}
|
ESLint:
src/lib/util/minionStatus.ts#L212
[eslint] reported by reviewdog 🐶
'bones' is already declared in the upper scope on line 212 column 10.
Raw Output:
{"ruleId":"no-shadow","severity":1,"message":"'bones' is already declared in the upper scope on line 212 column 10.","line":212,"column":36,"nodeType":"Identifier","messageId":"noShadow","endLine":212,"endColumn":41}
|
ESLint:
src/lib/util/minionStatus.ts#L222
[eslint] reported by reviewdog 🐶
'bones' is already declared in the upper scope on line 222 column 10.
Raw Output:
{"ruleId":"no-shadow","severity":1,"message":"'bones' is already declared in the upper scope on line 222 column 10.","line":222,"column":36,"nodeType":"Identifier","messageId":"noShadow","endLine":222,"endColumn":41}
|
ESLint:
src/lib/util/minionStatus.ts#L232
[eslint] reported by reviewdog 🐶
'ashes' is already declared in the upper scope on line 232 column 10.
Raw Output:
{"ruleId":"no-shadow","severity":1,"message":"'ashes' is already declared in the upper scope on line 232 column 10.","line":232,"column":36,"nodeType":"Identifier","messageId":"noShadow","endLine":232,"endColumn":41}
|