summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSumner Evans <sumner.evans98@gmail.com>2017-10-24 17:14:42 -0600
committerSumner Evans <sumner.evans98@gmail.com>2017-10-24 17:14:42 -0600
commit780844ad73d2181db81371c360185a1e0ba0cc70 (patch)
treec638fcf255daaadcb49a436a923cc49545dd5c91
parentdb769fb060cd08bb1fd2135e77f21300ab4d445b (diff)
downloadale-780844ad73d2181db81371c360185a1e0ba0cc70.zip
#955 add documentation
-rw-r--r--README.md2
-rw-r--r--doc/ale.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 88170466..3f62fae1 100644
--- a/README.md
+++ b/README.md
@@ -109,7 +109,7 @@ formatting.
| LaTeX | [chktex](http://www.nongnu.org/chktex/), [lacheck](https://www.ctan.org/pkg/lacheck), [proselint](http://proselint.com/) |
| 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) !! |
| MATLAB | [mlint](https://www.mathworks.com/help/matlab/ref/mlint.html) |
diff --git a/doc/ale.txt b/doc/ale.txt
index 42f48b23..4bd8550d 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -266,7 +266,7 @@ Notes:
* LaTeX (tex): `chktex`, `lacheck`, `proselint`
* LLVM: `llc`
* Lua: `luacheck`
-* Mail: `proselint`
+* Mail: `proselint`, `vale`
* Make: `checkmake`
* Markdown: `mdl`, `proselint`, `vale`, `remark-lint`
* MATLAB: `mlint`