Awesome
Violation Comments to GitLab Lib
This is a library that adds violation comments from static code analysis to GitLab.
It uses Violation Comments Lib and supports the same formats as Violations Lib.
Usage
This software can be used:
- With a Jenkins plugin.
- With a Gradle plugin.
- With a Maven plugin.
- From Command Line.
Developer instructions
To build the code, have a look at .travis.yml
.
To do a release you need to do ./gradlew release
and release the artifact from staging. More information here.