Closed lumtis closed 5 months ago
A solhint configuration used to be in the codebase but without a command to lint the Solidity files.
solhint
This PR add yarn lint:sol to run linter on Solidity files and update the lint CI action.
yarn lint:sol
There are currently lint errors regarding contract Solidity version: https://github.com/zeta-chain/protocol-contracts/issues/163
Updated here the config to not have these errors.
A
solhint
configuration used to be in the codebase but without a command to lint the Solidity files.This PR add
yarn lint:sol
to run linter on Solidity files and update the lint CI action.There are currently lint errors regarding contract Solidity version: https://github.com/zeta-chain/protocol-contracts/issues/163
Updated here the config to not have these errors.