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.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.txt')
-rw-r--r-- | doc/ale.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 8e8f5f4f..0ab72747 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -193,6 +193,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| @@ -342,7 +343,7 @@ Notes: * Scala: `scalac`, `scalastyle` * Slim: `slim-lint` * SML: `smlnj` -* Solidity: `solium` +* Solidity: `solhint, solium` * Stylus: `stylelint` * SQL: `sqlint` * Swift: `swiftlint`, `swiftformat` |