diff options
author | Franco Victorio <victorio.franco@gmail.com> | 2017-12-04 14:23:34 -0300 |
---|---|---|
committer | Franco Victorio <victorio.franco@gmail.com> | 2017-12-04 14:23:34 -0300 |
commit | 3e1bd8d922c2be22fdaa24ce2d11bafa636375a7 (patch) | |
tree | 78985bd7f45d6e26be685e211bdaf10d7393cc6c /doc/ale-solidity.txt | |
parent | 0d627d46134a756860beaf825a618313e4133de3 (diff) | |
download | ale-3e1bd8d922c2be22fdaa24ce2d11bafa636375a7.zip |
Update documentation
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 |