Add cpplint linter

This commit is contained in:
Dawid Kurek
2017-05-10 19:41:58 +02:00
parent 8712aee5dc
commit 9185a0d2e5
6 changed files with 76 additions and 2 deletions

View File

@@ -58,6 +58,17 @@ g:ale_cpp_cppcheck_options *g:ale_cpp_cppcheck_options*
This variable can be changed to modify flags given to cppcheck.
-------------------------------------------------------------------------------
cpplint *ale-cpp-cpplint*
g:ale_cpp_cpplint_options *g:ale_cpp_cpplint_options*
*b:ale_cpp_cpplint_options*
Type: |String|
Default: `''`
This variable can be changed to modify flags given to cpplint.
-------------------------------------------------------------------------------
gcc *ale-cpp-gcc*