chore: enable linting for promises #3092
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
Lint (16):
src/scripts/testUBAClient.ts#L149
Promises must be handled appropriately or explicitly marked as ignored with the `void` operator
|
Lint (16):
src/scripts/validateRootBundle.ts#L210
Promises must be handled appropriately or explicitly marked as ignored with the `void` operator
|
Lint (16):
src/scripts/validateRunningBalances.ts#L459
Promises must be handled appropriately or explicitly marked as ignored with the `void` operator
|
Lint (16):
src/utils/RedisUtils.ts#L87
Promises must be handled appropriately or explicitly marked as ignored with the `void` operator
|
Lint (16):
test/MultiCallerClient.ts#L346
Promises must be handled appropriately or explicitly marked as ignored with the `void` operator
|
Lint (16):
test/MultiCallerClient.ts#L361
Promises must be handled appropriately or explicitly marked as ignored with the `void` operator
|
Lint (16):
test/SpokePoolClient.ValidateFill.ts#L258
Promises must be handled appropriately or explicitly marked as ignored with the `void` operator
|
Lint (16):
test/UBAClient.validateFlow.ts#L425
Promises must be handled appropriately or explicitly marked as ignored with the `void` operator
|
Lint (16):
test/UBAClient.validateFlow.ts#L427
Promises must be handled appropriately or explicitly marked as ignored with the `void` operator
|
Lint (16):
test/UBAClient.validateFlow.ts#L429
Promises must be handled appropriately or explicitly marked as ignored with the `void` operator
|