codeclimate-cppcheck icon indicating copy to clipboard operation
codeclimate-cppcheck copied to clipboard

Code Climate Engine for Cppcheck

Results 7 codeclimate-cppcheck issues
Sort by recently updated
recently updated
newest added

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, ![image](https://user-images.githubusercontent.com/24465615/168031734-899ccd36-1d32-4af3-857a-00bc921a85c1.png) 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...

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...