diff options
author | Alex Layton <alex@layton.in> | 2016-10-24 15:32:52 -0400 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2016-10-24 20:32:52 +0100 |
commit | 95373ddab5966e5975c7d1a9f52ddbbeeb664cc0 (patch) | |
tree | 32598c7230f4026be0feb988bb31984489863a5b /doc/ale.txt | |
parent | 6e66b60b63f3b9504bce621dd460de57007ace49 (diff) | |
download | ale-95373ddab5966e5975c7d1a9f52ddbbeeb664cc0.zip |
Add support for mlint, a MATLAB linter (#145)
* Add support for mlint, a MATLAB linter
* Fix mlint linter as requested
* Clean up leftover loaded flag for mlint
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 52702b2b..c1abaa78 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -67,6 +67,7 @@ The following languages and tools are supported. * JavaScript: 'eslint', 'jscs', 'jshint' * JSON: 'jsonlint' * Lua: 'luacheck' +* MATLAB: 'mlint' * Perl: 'perl' (-c flag), 'perlcritic' * PHP: 'php' (-l flag), 'phpcs' * Pug: 'pug-lint' |