Latrasis/linter-solidity

Support for Solidity ^0.4.0

Closed this issue · 2 comments

There are some backward-incompatible changes in new Solidity which is not being recognized by solidity linter.
e.g
Change _ to _; in modifiers.

More changes here: https://github.com/ethereum/solidity/releases

Done at: 5dcb586

Thanks it works great.