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
This commit is contained in:
Alex Layton
2016-10-24 15:32:52 -04:00
committed by w0rp
parent 6e66b60b63
commit 95373ddab5
3 changed files with 57 additions and 0 deletions

View File

@@ -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'