Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomasbjerre/violation-comments-to-gitlab-lib
Comment gitlab with violations found with static code analysis.
https://github.com/tomasbjerre/violation-comments-to-gitlab-lib
gitlab static-code-analysis
Last synced: about 1 month ago
JSON representation
Comment gitlab with violations found with static code analysis.
- Host: GitHub
- URL: https://github.com/tomasbjerre/violation-comments-to-gitlab-lib
- Owner: tomasbjerre
- License: apache-2.0
- Created: 2017-02-19T09:43:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T17:28:25.000Z (10 months ago)
- Last Synced: 2024-03-04T19:14:30.896Z (10 months ago)
- Topics: gitlab, static-code-analysis
- Language: Java
- Size: 438 KB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Violation Comments to GitLab Lib
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/se.bjurr.violations/violation-comments-to-gitlab-lib/badge.svg)](https://maven-badges.herokuapp.com/maven-central/se.bjurr.violations/violation-comments-to-gitlab-lib)This is a library that adds violation comments from static code analysis to GitLab.
It uses [Violation Comments Lib](https://github.com/tomasbjerre/violation-comments-lib) and supports the same formats as [Violations Lib](https://github.com/tomasbjerre/violations-lib).
## Usage
This software can be used:
* With a [Jenkins plugin](https://github.com/jenkinsci/violation-comments-to-gitlab-plugin).
* With a [Gradle plugin](https://github.com/tomasbjerre/violation-comments-to-gitlab-gradle-plugin).
* With a [Maven plugin](https://github.com/tomasbjerre/violation-comments-to-gitlab-maven-plugin).
* From [Command Line](https://github.com/tomasbjerre/violation-comments-to-gitlab-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](https://oss.sonatype.org/#stagingRepositories). More information [here](http://central.sonatype.org/pages/releasing-the-deployment.html).