diff options
author | w0rp <devw0rp@gmail.com> | 2017-07-03 22:34:22 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-07-03 22:34:30 +0100 |
commit | a1cf7f67a10b03e40596b2c48a2cbe11d9ce38a4 (patch) | |
tree | 521ea7076155bcf1c59e2acc01f4d2c666453ae0 /doc | |
parent | 638eb1f000446eb4063d31d23b13bcc47b20842e (diff) | |
download | ale-a1cf7f67a10b03e40596b2c48a2cbe11d9ce38a4.zip |
Fix #182 - Add support for lintr
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 ad32619a..0a31fca1 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -194,6 +194,7 @@ The following languages and tools are supported. * Pug: 'pug-lint' * Puppet: 'puppet', 'puppet-lint' * Python: 'autopep8', 'flake8', 'isort', 'mypy', 'pylint', 'yapf' +* R: 'lintr' * ReasonML: 'merlin' * reStructuredText: 'proselint' * RPM spec: 'spec' |