mirror of https://github.com/dense-analysis/ale
Update documentation
This commit is contained in:
parent
0d627d4613
commit
3e1bd8d922
|
@ -142,7 +142,7 @@ formatting.
|
||||||
| Scala | [scalac](http://scala-lang.org), [scalastyle](http://www.scalastyle.org) |
|
| Scala | [scalac](http://scala-lang.org), [scalastyle](http://www.scalastyle.org) |
|
||||||
| Slim | [slim-lint](https://github.com/sds/slim-lint) |
|
| Slim | [slim-lint](https://github.com/sds/slim-lint) |
|
||||||
| SML | [smlnj](http://www.smlnj.org/) |
|
| 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) |
|
| Stylus | [stylelint](https://github.com/stylelint/stylelint) |
|
||||||
| SQL | [sqlint](https://github.com/purcell/sqlint) |
|
| SQL | [sqlint](https://github.com/purcell/sqlint) |
|
||||||
| Swift | [swiftlint](https://github.com/realm/SwiftLint), [swiftformat](https://github.com/nicklockwood/SwiftFormat) |
|
| Swift | [swiftlint](https://github.com/realm/SwiftLint), [swiftformat](https://github.com/nicklockwood/SwiftFormat) |
|
||||||
|
|
|
@ -2,6 +2,14 @@
|
||||||
ALE Solidity Integration *ale-solidity-options*
|
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*
|
solium *ale-solidity-solium*
|
||||||
|
|
||||||
|
|
|
@ -186,6 +186,7 @@ CONTENTS *ale-contents*
|
||||||
sml...................................|ale-sml-options|
|
sml...................................|ale-sml-options|
|
||||||
smlnj...............................|ale-sml-smlnj|
|
smlnj...............................|ale-sml-smlnj|
|
||||||
solidity..............................|ale-solidity-options|
|
solidity..............................|ale-solidity-options|
|
||||||
|
solhint.............................|ale-solidity-solhint|
|
||||||
solium..............................|ale-solidity-solium|
|
solium..............................|ale-solidity-solium|
|
||||||
spec..................................|ale-spec-options|
|
spec..................................|ale-spec-options|
|
||||||
rpmlint.............................|ale-spec-rpmlint|
|
rpmlint.............................|ale-spec-rpmlint|
|
||||||
|
@ -334,7 +335,7 @@ Notes:
|
||||||
* Scala: `scalac`, `scalastyle`
|
* Scala: `scalac`, `scalastyle`
|
||||||
* Slim: `slim-lint`
|
* Slim: `slim-lint`
|
||||||
* SML: `smlnj`
|
* SML: `smlnj`
|
||||||
* Solidity: `solium`
|
* Solidity: `solhint, solium`
|
||||||
* Stylus: `stylelint`
|
* Stylus: `stylelint`
|
||||||
* SQL: `sqlint`
|
* SQL: `sqlint`
|
||||||
* Swift: `swiftlint`, `swiftformat`
|
* Swift: `swiftlint`, `swiftformat`
|
||||||
|
|
Loading…
Reference in New Issue