summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Layton <alex@layton.in>2016-10-24 15:32:52 -0400
committerw0rp <w0rp@users.noreply.github.com>2016-10-24 20:32:52 +0100
commit95373ddab5966e5975c7d1a9f52ddbbeeb664cc0 (patch)
tree32598c7230f4026be0feb988bb31984489863a5b /README.md
parent6e66b60b63f3b9504bce621dd460de57007ace49 (diff)
downloadale-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 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8c0e8d77..4cbebcd3 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,7 @@ name. That seems to be the fairest way to arrange this table.
| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/) |
| JSON | [jsonlint](http://zaa.ch/jsonlint/) |
| Lua | [luacheck](https://github.com/mpeterv/luacheck) |
+| MATLAB | [mlint](https://www.mathworks.com/help/matlab/ref/mlint.html) |
| Perl | [perl -c](https://perl.org/), [perl-critic](https://metacpan.org/pod/Perl::Critic) |
| PHP | [php -l](https://secure.php.net/), [phpcs](https://github.com/squizlabs/PHP_CodeSniffer) |
| Pug | [pug-lint](https://github.com/pugjs/pug-lint) |