mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-10 05:22:31 +08:00
Merge pull request #1192 from fvictorio/add-solhint-support
Add solhint support
This commit is contained in:
@@ -2,6 +2,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*
|
||||
|
||||
|
||||
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user