codeclimate-cppcheck
codeclimate-cppcheck copied to clipboard
Code Climate Engine for Cppcheck
Hi, The Docker image for codeclimate-cppcheck is 3 years out of date. https://hub.docker.com/r/codeclimate/codeclimate-cppcheck This version is so out-dated it doesn't meet our needs. Please can you update it, or advise...
if statement in command.py should be like,  https://github.com/antiagainst/codeclimate-cppcheck/blob/1c1977e1716519c2d998399b0dfb980726dea122/lib/command.py#L49
My codeclimate version is 0.85.18. When I used the cppcheck plugin in codeclimate, I detected the following errors, but they weren't errors in the code, so I wanted to suppress...
Hi, first of all I wanted to thank your great work! I saw on the cppcheck documentation that exist a way to configure cppcheck to check according to some C...
I get this error when analyzing a project with 3694 files. Is this a `cppcheck` issue or a `code climate` issue? Since it happened within the cppcheck engine, I am...
As stated in the headline.
Since the container is running as `app` it doesn't have permissions to write .dump files to the code volume. This means new features like `--addon` and `--dump` do not work...