diff options
author | Edward Larkey <edwlarkey@mac.com> | 2016-10-30 13:23:32 -0500 |
---|---|---|
committer | Edward Larkey <edwlarkey@mac.com> | 2016-11-01 15:36:08 -0500 |
commit | 8632e6b4e038178fd367aade1fa213dd93845af5 (patch) | |
tree | 160327c63ff0cf07164416f89d3c63884614b38a /README.md | |
parent | f03fb64e5187aad15cf4abcb9bc8f9a5330225cd (diff) | |
download | ale-8632e6b4e038178fd367aade1fa213dd93845af5.zip |
Added support for foodcritic
Adding support the foodcritic linter for Chef files.
Listing all issues as warnings for now
Doesn't get in the way of rubocop linting if ft=ruby.chef
Updated documentation
Closes #127
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ name. That seems to be the fairest way to arrange this table. | Bourne Shell | [-n flag](http://linux.die.net/man/1/sh), [shellcheck](https://www.shellcheck.net/) | | C | [cppcheck](http://cppcheck.sourceforge.net), [gcc](https://gcc.gnu.org/), [clang](http://clang.llvm.org/)| | C++ (filetype cpp) | [cppcheck] (http://cppcheck.sourceforge.net), [gcc](https://gcc.gnu.org/)| +| Chef | [foodcritic](http://www.foodcritic.io/) | | CoffeeScript | [coffee](http://coffeescript.org/), [coffeelint](https://www.npmjs.com/package/coffeelint) | | CSS | [csslint](http://csslint.net/) | | Cython (pyrex filetype) | [cython](http://cython.org/) | |