diff options
author | Kenneth Benzie (Benie) <k.benzie83@gmail.com> | 2017-02-25 17:27:03 +0000 |
---|---|---|
committer | Kenneth Benzie (Benie) <k.benzie83@gmail.com> | 2017-02-25 17:27:03 +0000 |
commit | b5e603bbc5127ad6a78913054f48de733724c435 (patch) | |
tree | 24c4a4a117f1da4933ba61eb9794ff05bdfb32ec /README.md | |
parent | f48f306ab96eacc2519deea32b28ffb7e1a8a880 (diff) | |
download | ale-b5e603bbc5127ad6a78913054f48de733724c435.zip |
Add cmakelint support for cmake filetype
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ name. That seems to be the fairest way to arrange this table. | C++ (filetype cpp) | [clang](http://clang.llvm.org/), [clangtidy](http://clang.llvm.org/extra/clang-tidy/), [cppcheck] (http://cppcheck.sourceforge.net), [gcc](https://gcc.gnu.org/)| | C# | [mcs](http://www.mono-project.com/docs/about-mono/languages/csharp/) | | Chef | [foodcritic](http://www.foodcritic.io/) | +| CMake | [cmakelint](https://github.com/richq/cmake-lint) | | CoffeeScript | [coffee](http://coffeescript.org/), [coffeelint](https://www.npmjs.com/package/coffeelint) | | CSS | [csslint](http://csslint.net/), [stylelint](https://github.com/stylelint/stylelint) | | Cython (pyrex filetype) | [cython](http://cython.org/) | |