fix solhint #97004
Annotations
7 warnings
Run pnpm lint:
contracts/test/v0.8/Cron.test.ts#L43
'libType' is never reassigned. Use 'const' instead
|
Run pnpm lint:
contracts/test/v0.8/operatorforwarder/Operator.test.ts#L1388
'request' is never reassigned. Use 'const' instead
|
Run pnpm lint:
contracts/test/v0.8/operatorforwarder/Operator.test.ts#L1389
'responseParams' is never reassigned. Use 'const' instead
|
Run pnpm lint:
contracts/test/v0.8/operatorforwarder/Operator.test.ts#L1994
'request' is never reassigned. Use 'const' instead
|
Run pnpm lint:
contracts/test/v0.8/operatorforwarder/Operator.test.ts#L1995
'responseParams' is never reassigned. Use 'const' instead
|
Run pnpm lint:
contracts/test/v0.8/operatorforwarder/Operator.test.ts#L3090
'basicConsumer' is never reassigned. Use 'const' instead
|
Run pnpm lint:
contracts/test/v0.8/operatorforwarder/Operator.test.ts#L3100
'request' is never reassigned. Use 'const' instead
|
Loading