- Notifications
You must be signed in to change notification settings - Fork0
balrok/qualityannotate
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Program to annotate quality issues on your pull request.
The implementation tries to be variable within the two dimensions of:
- Code-Hoster (bitbucket, gitlab, github)
- Quality-Tool (Sonarqube, Klocwork)
| Bitbucket | Gitlab | Github | |
|---|---|---|---|
| Sonarqube | ❌ | ❌ | ✅ |
| ??? | ❌ | ❌ | ❌ |
Since it is a commandline application it can also be integrated in various ci-systems. Please refer to the sample ciconfigs:
- ❌ Jenkins
- ❌ Gitlab-CI
- ❌ Github-Actions
Download the program from releases. Put the application.yml from the release pageinto$HOME/.config/qualityannotate.yml.Then run ./qualityannotate sonarqube github
You can run your application in dev mode that enables live coding using:
./gradlew quarkusDev --quarkus-args="sonarqube github"If you want to use intellij, there is a bug with the quarkus-args, so use the jvm-args-Dquarkus.args="sonarqube github" for thequarkusDev job.
Codestyle is setup using./gradlew spotlessApply.Intellij requires the eclipse code-formatter plugin.Configs are./config/code-formatter/eclipse.importorder and./config/code-formatter/eclipse.xml.
pip install pre-commitpre-commit installpre-commit install --hook-type commit-msg
# create a native executable./gradlew build -Dquarkus.package.type=native# create a native executable using a docker container./gradlew build -Dquarkus.package.type=native -Dquarkus.native.container-build=true# create an uber jar./gradlew build -Dquarkus.package.type=uber-jar
About
Program to annotate quality issues on your pull request.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.