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 | |
parent | 0d627d46134a756860beaf825a618313e4133de3 (diff) | |
download | ale-3e1bd8d922c2be22fdaa24ce2d11bafa636375a7.zip |
Update documentation
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | doc/ale-solidity.txt | 8 | ||||
-rw-r--r-- | doc/ale.txt | 3 |
3 files changed, 11 insertions, 2 deletions
@@ -142,7 +142,7 @@ formatting. | Scala | [scalac](http://scala-lang.org), [scalastyle](http://www.scalastyle.org) | | Slim | [slim-lint](https://github.com/sds/slim-lint) | | SML | [smlnj](http://www.smlnj.org/) | -| Solidity | [solium](https://github.com/duaraghav8/Solium) | +| Solidity | [solhint](https://github.com/protofire/solhint), [solium](https://github.com/duaraghav8/Solium) | | Stylus | [stylelint](https://github.com/stylelint/stylelint) | | SQL | [sqlint](https://github.com/purcell/sqlint) | | Swift | [swiftlint](https://github.com/realm/SwiftLint), [swiftformat](https://github.com/nicklockwood/SwiftFormat) | 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 diff --git a/doc/ale.txt b/doc/ale.txt index 04f187dc..e44ff24f 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -186,6 +186,7 @@ CONTENTS *ale-contents* sml...................................|ale-sml-options| smlnj...............................|ale-sml-smlnj| solidity..............................|ale-solidity-options| + solhint.............................|ale-solidity-solhint| solium..............................|ale-solidity-solium| spec..................................|ale-spec-options| rpmlint.............................|ale-spec-rpmlint| @@ -334,7 +335,7 @@ Notes: * Scala: `scalac`, `scalastyle` * Slim: `slim-lint` * SML: `smlnj` -* Solidity: `solium` +* Solidity: `solhint, solium` * Stylus: `stylelint` * SQL: `sqlint` * Swift: `swiftlint`, `swiftformat` |