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 /doc | |
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 '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 1efa9ab9..71ccb40a 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -58,6 +58,7 @@ The following languages and tools are supported. * Bourne Shell: 'shell' (-n flag), 'shellcheck' * C: 'cppcheck', 'gcc', 'clang' * C++ (filetype cpp): 'cppcheck', 'gcc' +* Chef: 'foodcritic' * CoffeeScript: 'coffee', 'coffelint' * CSS: 'csslint' * Cython (pyrex filetype): 'cython' |