diff options
author | Marc Delage <geam.creadl@gmail.com> | 2016-10-08 13:42:36 +0200 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2016-10-08 12:42:36 +0100 |
commit | edc5cedd8ce019d4d06931ec8b449a5179153b71 (patch) | |
tree | ee3d3cb2701aa3196573a66ebda7de336fa46ba0 /README.md | |
parent | bd6da4489d4e99ba459ae75b2a6ddc942f8a82c7 (diff) | |
download | ale-edc5cedd8ce019d4d06931ec8b449a5179153b71.zip |
Add cpp linter (#64)
* Add c gcc option in the doc
* Add missing tag for eslint option in the doc
* Correct typo in doc (' ' instead of '.')
* add cpp linter
* correct typo in doc
* add filetype information for c++
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ name. That seems to be the fairest way to arrange this table. | Bash | [-n flag](https://www.gnu.org/software/bash/manual/bash.html#index-set), [shellcheck](https://www.shellcheck.net/) | | Bourne Shell | [-n flag](http://linux.die.net/man/1/sh), [shellcheck](https://www.shellcheck.net/) | | C | [gcc](https://gcc.gnu.org/) | +| C++ (filetype cpp)| [gcc](https://gcc.gnu.org/) | | CoffeeScript | [coffeelint](https://www.npmjs.com/package/coffeelint) | | CSS | [csslint](http://csslint.net/) | | Cython (pyrex filetype) | [cython](http://cython.org/) | |