This repository was archived by the owner on Jan 14, 2020. It is now read-only.
This repository was archived by the owner on Jan 14, 2020. It is now read-only.
Solidity code linting and known vulnerability checks with Solium #167
Open
Description
It seems that we currently haven't setup a linter for the solidity code.
This is great set of tools can help improve the quality and security of the solidity code:
- Solidity code linting known vulnerability checks with Solium.
- Code testing coverage reports with solidity-coverage and codecov.
- Ethereum gas cost reporter with eth-gas-reporter is also nice to have.
If approved I can make PR with npm scripts to execute these tools, the CI server can be configured to execute them automatically every PR.