BSO Updates #13978
codequality.yml
on: pull_request
ESLint
1m 7s
Typescript
1m 18s
Annotations
4 warnings
ESLint:
src/lib/invention/inventions.ts#L22
[eslint] reported by reviewdog 🐶
'InventionID' is already declared in the upper scope on line 22 column 13.
Raw Output:
{"ruleId":"no-shadow","severity":1,"message":"'InventionID' is already declared in the upper scope on line 22 column 13.","line":22,"column":13,"nodeType":"Identifier","messageId":"noShadow","endLine":22,"endColumn":24}
|
ESLint:
src/tasks/minions/HunterActivity/hunterActivity.ts#L56
[eslint] reported by reviewdog 🐶
'creature' is already declared in the upper scope on line 56 column 9.
Raw Output:
{"ruleId":"no-shadow","severity":1,"message":"'creature' is already declared in the upper scope on line 56 column 9.","line":56,"column":42,"nodeType":"Identifier","messageId":"noShadow","endLine":56,"endColumn":50}
|
ESLint:
src/tasks/minions/HunterActivity/hunterActivity.ts#L266
[eslint] reported by reviewdog 🐶
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator.
Raw Output:
{"ruleId":"@typescript-eslint/no-floating-promises","severity":1,"message":"Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator.","line":266,"column":3,"nodeType":"ExpressionStatement","messageId":"floatingVoid","endLine":266,"endColumn":42,"suggestions":[{"messageId":"floatingFixVoid","fix":{"range":[8608,8647],"text":"void updateBankSetting('hunter_loot', loot);"},"desc":"Add void operator to ignore."}]}
|
ESLint:
src/tasks/minions/HunterActivity/hunterActivity.ts#L283
[eslint] reported by reviewdog 🐶
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator.
Raw Output:
{"ruleId":"@typescript-eslint/no-floating-promises","severity":1,"message":"Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator.","line":283,"column":3,"nodeType":"ExpressionStatement","messageId":"floatingVoid","endLine":283,"endColumn":65,"suggestions":[{"messageId":"floatingFixVoid","fix":{"range":[8865,8927],"text":"void handleTripFinish(user, channelID, str, undefined, data, loot);"},"desc":"Add void operator to ignore."}]}
|