diff options
author | P M <10617122+pylipp@users.noreply.github.com> | 2018-03-25 12:55:59 +0200 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2018-03-25 11:55:59 +0100 |
commit | 107516c757df82d2ee84426de9b35fd52e953c5c (patch) | |
tree | e1286692393802e69f8f2620b9e4d14341ba7b94 /doc/ale.txt | |
parent | d14558da32dd3d776c298fea6456c92870b46d5d (diff) | |
download | ale-107516c757df82d2ee84426de9b35fd52e953c5c.zip |
Add basic qmllint support (#1419)
* Add basic qmllint support
* Use temp file, remove superfluous error code key, adjust author info
* Add qmllint handler parse test
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 c5b1c071..d3fc576c 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -365,6 +365,7 @@ Notes: * Pug: `pug-lint` * Puppet: `puppet`, `puppet-lint` * Python: `autopep8`, `flake8`, `isort`, `mypy`, `prospector`, `pycodestyle`, `pyls`, `pylint`!!, `yapf` +* QML: `qmllint` * R: `lintr` * ReasonML: `merlin`, `ols`, `refmt` * reStructuredText: `alex`!!, `proselint`, `redpen`, `rstcheck`, `vale`, `write-good` |