diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-12-07 18:50:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-07 18:50:33 +0000 |
commit | c6fc9cdb7b31823cafc1e86dc4555a595abc9aee (patch) | |
tree | c5a2d5dbc6ede832d52221ae4bec5be7c1d6da8a /doc/ale-solidity.txt | |
parent | 63ecc8341d308c63781e4f7f81347858777d8c89 (diff) | |
parent | 85e0bd33141a05216848e525b3e86b6698aa38cd (diff) | |
download | ale-c6fc9cdb7b31823cafc1e86dc4555a595abc9aee.zip |
Merge pull request #1192 from fvictorio/add-solhint-support
Add solhint support
Diffstat (limited to 'doc/ale-solidity.txt')
-rw-r--r-- | doc/ale-solidity.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-solidity.txt b/doc/ale-solidity.txt index 3dea123e..4b74a27a 100644 --- a/doc/ale-solidity.txt +++ b/doc/ale-solidity.txt @@ -3,6 +3,14 @@ ALE Solidity Integration *ale-solidity-options* =============================================================================== +solhint *ale-solidity-solhint* + + Solhint should work out-of-the-box. You can further configure it using a + `.solihint.json` file. See https://github.com/protofire/solhint for more + information. + + +=============================================================================== solium *ale-solidity-solium* Use of Solium linter for Solidity source code requires a .soliumrc.json |