diff options
author | w0rp <devw0rp@gmail.com> | 2016-12-22 11:32:20 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2016-12-22 11:32:20 +0000 |
commit | cd6d8f2ab62e30571da9384c561da03b36f60b1c (patch) | |
tree | 09ec7260d092a418158ee61a70b6dd2908572472 /README.md | |
parent | 771bfe3b185adb87e9480118eff8b476f6f02f05 (diff) | |
download | ale-cd6d8f2ab62e30571da9384c561da03b36f60b1c.zip |
Fix #229 Disable text linters by default
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -82,13 +82,14 @@ name. That seems to be the fairest way to arrange this table. | Scala | [scalac](http://scala-lang.org) | | Swift | [swiftlint](https://swift.org/) | | Tex | [proselint](http://proselint.com/) | -| Text | [proselint](http://proselint.com/) | +| Text^^ | [proselint](http://proselint.com/) | | TypeScript | [tslint](https://github.com/palantir/tslint), typecheck | | Verilog | [iverilog](https://github.com/steveicarus/iverilog), [verilator](http://www.veripool.org/projects/verilator/wiki/Intro) | | Vim | [vint](https://github.com/Kuniwak/vint) | | YAML | [yamllint](https://yamllint.readthedocs.io/) | -*^ Supported only on Unix machines via a wrapper script.* +* *^ Supported only on Unix machines via a wrapper script.* +* *^^ No text linters are enabled by default.* If you would like to see support for more languages and tools, please [create an issue](https://github.com/w0rp/ale/issues) |