diff options
author | Derek P Sifford <dereksifford@gmail.com> | 2018-09-07 15:28:51 -0400 |
---|---|---|
committer | Derek P Sifford <dereksifford@gmail.com> | 2018-09-07 15:28:51 -0400 |
commit | 6e4dccc0e0888ea44f6914d6a8b16744492f2215 (patch) | |
tree | 2ec6ad585cbf5b9eb7f1a74974fb8e85a605f39e | |
parent | 9ba2d209a8fea42a71fa4a094c4531583dbf5de8 (diff) | |
download | ale-6e4dccc0e0888ea44f6914d6a8b16744492f2215.zip |
really fix lint errors
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | doc/ale.txt | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -185,8 +185,8 @@ formatting. | Text^ | [alex](https://github.com/wooorm/alex) !!, [proselint](http://proselint.com/), [redpen](http://redpen.cc/), [textlint](https://textlint.github.io/), [vale](https://github.com/ValeLint/vale), [write-good](https://github.com/btford/write-good) | | Thrift | [thrift](http://thrift.apache.org/) | | TypeScript | [eslint](http://eslint.org/), [prettier](https://github.com/prettier/prettier), [tslint](https://github.com/palantir/tslint), tsserver, typecheck | -| Verilog | [iverilog](https://github.com/steveicarus/iverilog), [verilator](http://www.veripool.org/projects/verilator/wiki/Intro) | | VALA | [uncrustify](https://github.com/uncrustify/uncrustify) | +| Verilog | [iverilog](https://github.com/steveicarus/iverilog), [verilator](http://www.veripool.org/projects/verilator/wiki/Intro) | | Vim | [vint](https://github.com/Kuniwak/vint) | | Vim help^ | [alex](https://github.com/wooorm/alex) !!, [proselint](http://proselint.com/), [write-good](https://github.com/btford/write-good) | | Vue | [prettier](https://github.com/prettier/prettier), [vls](https://github.com/vuejs/vetur/tree/master/server) | diff --git a/doc/ale.txt b/doc/ale.txt index a390b73b..1f326bf1 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -34,8 +34,6 @@ CONTENTS *ale-contents* flawfinder..........................|ale-c-flawfinder| gcc.................................|ale-c-gcc| uncrustify..........................|ale-c-uncrustify| - d.....................................|ale-d-options| - uncrustify..........................|ale-d-uncrustify| chef..................................|ale-chef-options| foodcritic..........................|ale-chef-foodcritic| clojure...............................|ale-clojure-options| @@ -67,6 +65,7 @@ CONTENTS *ale-contents* cuda..................................|ale-cuda-options| nvcc................................|ale-cuda-nvcc| d.....................................|ale-d-options| + uncrustify..........................|ale-d-uncrustify| dart..................................|ale-dart-options| dartanalyzer........................|ale-dart-dartanalyzer| dartfmt.............................|ale-dart-dartfmt| |