summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-11-10 09:43:42 +0000
committerw0rp <devw0rp@gmail.com>2017-11-10 09:45:07 +0000
commitbb271859efa503a4f4546b5df1987dd579d4efb1 (patch)
treeccf7365d9ff075e9f12d70f549f23fe56ccf0afc
parent27780cbb230fad55fbc07752febe5c21a69a18aa (diff)
downloadale-bb271859efa503a4f4546b5df1987dd579d4efb1.zip
#1098 Add protoc-gen-lint to the list of supported tools
-rw-r--r--README.md1
-rw-r--r--doc/ale.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9c5bc5a1..806ada62 100644
--- a/README.md
+++ b/README.md
@@ -124,6 +124,7 @@ formatting.
| Perl | [perl -c](https://perl.org/), [perl-critic](https://metacpan.org/pod/Perl::Critic) |
| PHP | [hack](http://hacklang.org/), [hackfmt](https://github.com/facebook/flow/tree/master/hack/hackfmt), [langserver](https://github.com/felixfbecker/php-language-server), [phan](https://github.com/phan/phan) see `:help ale-php-phan` to instructions, [php -l](https://secure.php.net/), [phpcs](https://github.com/squizlabs/PHP_CodeSniffer), [phpmd](https://phpmd.org), [phpstan](https://github.com/phpstan/phpstan), [phpcbf](https://github.com/squizlabs/PHP_CodeSniffer) |
| Pod | [proselint](http://proselint.com/), [write-good](https://github.com/btford/write-good) |
+| proto | [protoc-gen-lint](https://github.com/ckaznocha/protoc-gen-lint) |
| Pug | [pug-lint](https://github.com/pugjs/pug-lint) |
| Puppet | [puppet](https://puppet.com), [puppet-lint](https://puppet-lint.com) |
| Python | [autopep8](https://github.com/hhatto/autopep8), [flake8](http://flake8.pycqa.org/en/latest/), [isort](https://github.com/timothycrosley/isort), [mypy](http://mypy-lang.org/), [pycodestyle](https://github.com/PyCQA/pycodestyle), [pyls](https://github.com/palantir/python-language-server), [pylint](https://www.pylint.org/) !!, [yapf](https://github.com/google/yapf) |
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`