diff options
author | w0rp <devw0rp@gmail.com> | 2017-11-10 09:43:42 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-11-10 09:45:07 +0000 |
commit | bb271859efa503a4f4546b5df1987dd579d4efb1 (patch) | |
tree | ccf7365d9ff075e9f12d70f549f23fe56ccf0afc /doc | |
parent | 27780cbb230fad55fbc07752febe5c21a69a18aa (diff) | |
download | ale-bb271859efa503a4f4546b5df1987dd579d4efb1.zip |
#1098 Add protoc-gen-lint to the list of supported tools
Diffstat (limited to 'doc')
-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 a0aa9c83..76df66d3 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -310,6 +310,7 @@ Notes: * Perl: `perl -c`, `perl-critic` * PHP: `hack`, `hackfmt`, `langserver`, `phan`, `php -l`, `phpcs`, `phpmd`, `phpstan`, `phpcbf` * Pod: `proselint`, `write-good` +* proto: `protoc-gen-lint` * Pug: `pug-lint` * Puppet: `puppet`, `puppet-lint` * Python: `autopep8`, `flake8`, `isort`, `mypy`, `pycodestyle`, `pyls`, `pylint`!!, `yapf` |