diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-10-25 00:40:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-25 00:40:59 +0100 |
commit | 94bdabb8c3c6445249c0e3bac5b7bcf159fd49f3 (patch) | |
tree | 181402d63f0fec863f9c5875075a9822998403c6 /README.md | |
parent | eec529ad9d703aae12cba6f6423d04c08ae26d0d (diff) | |
parent | 780844ad73d2181db81371c360185a1e0ba0cc70 (diff) | |
download | ale-94bdabb8c3c6445249c0e3bac5b7bcf159fd49f3.zip |
Merge pull request #1044 from sumnerevans/mail-linters
#955 Add vale linter for mail files
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ formatting. | LaTeX | [chktex](http://www.nongnu.org/chktex/), [lacheck](https://www.ctan.org/pkg/lacheck), [proselint](http://proselint.com/), [write-good](https://github.com/btford/write-good) | | LLVM | [llc](https://llvm.org/docs/CommandGuide/llc.html) | | Lua | [luacheck](https://github.com/mpeterv/luacheck) | -| Mail | [proselint](http://proselint.com/) | +| Mail | [proselint](http://proselint.com/), [vale](https://github.com/ValeLint/vale) | | Make | [checkmake](https://github.com/mrtazz/checkmake) | | Markdown | [mdl](https://github.com/mivok/markdownlint), [proselint](http://proselint.com/), [vale](https://github.com/ValeLint/vale), [remark-lint](https://github.com/wooorm/remark-lint) !!, [write-good](https://github.com/btford/write-good) | | MATLAB | [mlint](https://www.mathworks.com/help/matlab/ref/mlint.html) | |