Sign inSign up

cfreak/codeclimate-cpplint

By cfreak

•Updated almost 7 years ago

CodeClimate wrapper for cpplint (unofficial)

Image
0

10K+

cfreak/codeclimate-cpplint repository overview

⁠cpplint as CodeClimate plugin

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.

⁠Config

plugins:
  cpplint:
    enabled: true
    config:
      # Every config entry is passed as --argument to cppcheck
      filter: "-,+whitespace,-whitespace/ending_newline"

⁠Usage

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.

Tag summary

Content type

Image

Digest

Size

35 MB

Last updated

almost 7 years ago

docker pull cfreak/codeclimate-cpplint