There are multiple errors related to used Solidity version when running solhint:
contracts/zevm/Uniswap.sol
2:1 error Compiler version 0.5.16 does not satisfy the 0.8.7 semver requirement
I'm currently in the process of opening a PR for adding solhint in the CI. Currently deactivating the compiler-version config to make the lint pass but we should fix these version errors and update the config to previous configuration:
There are multiple errors related to used Solidity version when running
solhint
:I'm currently in the process of opening a PR for adding
solhint
in the CI. Currently deactivating the compiler-version config to make the lint pass but we should fix these version errors and update the config to previous configuration: