federicobond / solcheck

A Solidity linter written in JS
GNU General Public License v3.0
32 stars 7 forks source link

exit with failure code if there are errors #24

Closed pospi closed 6 years ago

pospi commented 7 years ago

This makes integration with other CLI tools and CI work as expected.

Unsure whether warnings should also cause a failure code?

federicobond commented 6 years ago

Thanks, and sorry about the delay. It should be configurable wether warnings cause a failure code.