diff options
author | Jason Tibbitts <tibbs@math.uh.edu> | 2017-04-19 17:40:58 -0500 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-04-19 23:40:58 +0100 |
commit | 4eeb4783d33eafeeda88186c058b8517a21e82bc (patch) | |
tree | fdcc5433c021be2923785427055d2486832bbb15 /README.md | |
parent | d8dcc56af58d1545cf3a7a9f6160d8ba6ad39923 (diff) | |
download | ale-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) | |