https://github.com/rtfpessoa/codacy-cppcheck
https://github.com/rtfpessoa/codacy-cppcheck
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rtfpessoa/codacy-cppcheck
- Owner: rtfpessoa
- License: other
- Archived: true
- Created: 2016-07-12T09:31:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T12:18:59.000Z (over 2 years ago)
- Last Synced: 2025-03-24T18:12:00.716Z (over 1 year ago)
- Language: Scala
- Size: 47.9 KB
- Stars: 1
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)