fix solhint #97004
solidity.yml
on: push
Detect changes
7s
Detect readonly solidity file changes
8s
Annotations
7 warnings
Solidity Lint:
contracts/test/v0.8/Cron.test.ts#L43
'libType' is never reassigned. Use 'const' instead
|
Solidity Lint:
contracts/test/v0.8/operatorforwarder/Operator.test.ts#L1388
'request' is never reassigned. Use 'const' instead
|
Solidity Lint:
contracts/test/v0.8/operatorforwarder/Operator.test.ts#L1389
'responseParams' is never reassigned. Use 'const' instead
|
Solidity Lint:
contracts/test/v0.8/operatorforwarder/Operator.test.ts#L1994
'request' is never reassigned. Use 'const' instead
|
Solidity Lint:
contracts/test/v0.8/operatorforwarder/Operator.test.ts#L1995
'responseParams' is never reassigned. Use 'const' instead
|
Solidity Lint:
contracts/test/v0.8/operatorforwarder/Operator.test.ts#L3090
'basicConsumer' is never reassigned. Use 'const' instead
|
Solidity Lint:
contracts/test/v0.8/operatorforwarder/Operator.test.ts#L3100
'request' is never reassigned. Use 'const' instead
|