summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKenneth Benzie (Benie) <k.benzie83@gmail.com>2017-02-25 17:27:03 +0000
committerKenneth Benzie (Benie) <k.benzie83@gmail.com>2017-02-25 17:27:03 +0000
commitb5e603bbc5127ad6a78913054f48de733724c435 (patch)
tree24c4a4a117f1da4933ba61eb9794ff05bdfb32ec /README.md
parentf48f306ab96eacc2519deea32b28ffb7e1a8a880 (diff)
downloadale-b5e603bbc5127ad6a78913054f48de733724c435.zip
Add cmakelint support for cmake filetype
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 677a7ca5..9f4e6abc 100644
--- a/README.md
+++ b/README.md
@@ -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/) |