CodeClimate wrapper for cpplint (unofficial)
10K+
Runs cpplint as CodeClimate plugin to check your C/C++ source code against Google's style guide.
Warning: This image is unofficial and not included in the default CodeClimate distribution.
plugins:
cpplint:
enabled: true
config:
# Every config entry is passed as --argument to cppcheck
filter: "-,+whitespace,-whitespace/ending_newline"
Currently only in custom codeclimate builds or in dev mode by cloning this repository and build it with
docker build -t codeclimate/codeclimate-cpplint .. You can then run codeclimate by using the --dev flag. This
will pick up local build images that are not available in the default engines list.
Content type
Image
Digest
Size
35 MB
Last updated
almost 7 years ago
docker pull cfreak/codeclimate-cpplint