summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJason Tibbitts <tibbs@math.uh.edu>2017-04-19 17:40:58 -0500
committerw0rp <w0rp@users.noreply.github.com>2017-04-19 23:40:58 +0100
commit4eeb4783d33eafeeda88186c058b8517a21e82bc (patch)
treefdcc5433c021be2923785427055d2486832bbb15 /README.md
parentd8dcc56af58d1545cf3a7a9f6160d8ba6ad39923 (diff)
downloadale-4eeb4783d33eafeeda88186c058b8517a21e82bc.zip
Add rpm spec file linter (rpmlint) (#486)
* Initial attempt at an rpmlint linter. * Add some basic documentation. * Play with indentation in the test file. * Another attempt to fix the rpmlint test. * Hopefully this does it.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index bdc38249..325e7816 100644
--- a/README.md
+++ b/README.md
@@ -95,6 +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) |
| Ruby | [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) |