Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Program to annotate quality issues on your pull request.

NotificationsYou must be signed in to change notification settings

balrok/qualityannotate

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)
BitbucketGitlabGithub
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

Installing

Download the program from releases. Put the application.yml from the release pageinto$HOME/.config/qualityannotate.yml.Then run ./qualityannotate sonarqube github

Developing

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

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.

Pre-Commit hook

pip install pre-commitpre-commit installpre-commit install --hook-type commit-msg

Creating a native executable / uber jar

# 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

Stars

Watchers

Forks

Packages

 
 
 

Languages


[8]ページ先頭

©2009-2025 Movatter.jp