2nd round of adding to Cyr's works in bank project #195
Annotations
3 errors and 10 warnings
Node v18.12.0 - ubuntu-latest
Process completed with exit code 2.
|
Node v20 - ubuntu-latest
The job was canceled because "_18_12_0_ubuntu-latest" failed.
|
Node v20 - ubuntu-latest
Process completed with exit code 2.
|
Node v18.12.0 - ubuntu-latest:
src/mahoji/commands/hunt.ts#L70
'i' is already declared in the upper scope on line 70 column 34
|
Node v18.12.0 - ubuntu-latest:
src/mahoji/commands/hunt.ts#L262
Unexpected string value in conditional. An explicit empty string check is required
|
Node v18.12.0 - ubuntu-latest:
src/mahoji/commands/hunt.ts#L295
'creature' is already declared in the upper scope on line 295 column 9
|
Node v18.12.0 - ubuntu-latest:
src/mahoji/commands/runecraft.ts#L44
Unexpected string value in conditional. An explicit empty string check is required
|
Node v18.12.0 - ubuntu-latest:
src/mahoji/commands/runecraft.ts#L228
Unexpected number value in conditional. An explicit zero/NaN check is required
|
Node v18.12.0 - ubuntu-latest:
src/mahoji/commands/runecraft.ts#L342
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
|
Node v18.12.0 - ubuntu-latest:
src/mahoji/lib/abstracted_commands/farmingCommand.ts#L69
Unexpected object value in conditional. The condition is always true
|
Node v18.12.0 - ubuntu-latest:
src/mahoji/lib/abstracted_commands/farmingCommand.ts#L288
Unexpected string value in conditional. An explicit empty string check is required
|
Node v18.12.0 - ubuntu-latest:
src/mahoji/lib/abstracted_commands/farmingCommand.ts#L300
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
|
Node v18.12.0 - ubuntu-latest:
src/mahoji/lib/abstracted_commands/minionKill.ts#L177
Unexpected string value in conditional. An explicit empty string check is required
|