An open API service indexing awesome lists of open source software.

https://github.com/rtfpessoa/codacy-cppcheck


https://github.com/rtfpessoa/codacy-cppcheck

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Codacy CPPCheck

create the docker: sbt docker:publishLocal

the docker is supposed to be run with the following command:

```
docker run -it -v $srcDir:/src :
```

and $srcDir must contain a valid .codacy.json configuration

## Docs

[Docker Docs](http://docs.codacy.com/v1.5/docs/tool-developer-guide)

[Scala Docker Template Docs](http://docs.codacy.com/v1.5/docs/tool-developer-guide-scala)

## Test

Follow the instructions at [codacy-plugins-test](https://github.com/codacy/codacy-plugins-test/blob/master/README.md#test-definition)