summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJason Tibbitts <tibbs@math.uh.edu>2017-04-20 10:55:20 -0500
committerw0rp <w0rp@users.noreply.github.com>2017-04-20 16:55:20 +0100
commitc1a2d267117ee7cde612e3d66bf039458fc41ce4 (patch)
tree4f9599eaa3effa715cc64a1f7fb5d14d0231c29d /README.md
parent925f24707f9a3a967e46d631cb6cdb9c44f37dc5 (diff)
downloadale-c1a2d267117ee7cde612e3d66bf039458fc41ce4.zip
Disable rpmlint by default (#492)
* Disable rpmlint by default as it is not safe.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 812892ea..a911552e 100644
--- a/README.md
+++ b/README.md
@@ -95,7 +95,7 @@ name. That seems to be the fairest way to arrange this table.
| Puppet | [puppet](https://puppet.com), [puppet-lint](https://puppet-lint.com) |
| Python | [flake8](http://flake8.pycqa.org/en/latest/), [mypy](http://mypy-lang.org/), [pylint](https://www.pylint.org/) |
| reStructuredText | [proselint](http://proselint.com/)|
-| RPM spec | [rpmlint](https://github.com/rpm-software-management/rpmlint) |
+| RPM spec | [rpmlint](https://github.com/rpm-software-management/rpmlint) (disabled by default; see `:help ale-integration-spec`) |
| Ruby | [reek](https://github.com/troessner/reek), [rubocop](https://github.com/bbatsov/rubocop), [ruby](https://www.ruby-lang.org) |
| Rust | [rustc](https://www.rust-lang.org/), cargo (see `:help ale-integration-rust` for configuration instructions) |
| SASS | [sass-lint](https://www.npmjs.com/package/sass-lint), [stylelint](https://github.com/stylelint/stylelint) |