{"id":20168461,"url":"https://github.com/balrok/qualityannotate","last_synced_at":"2026-05-12T15:32:38.551Z","repository":{"id":200358392,"uuid":"705316271","full_name":"balrok/qualityannotate","owner":"balrok","description":"Program to annotate quality issues on your pull request.","archived":false,"fork":false,"pushed_at":"2023-11-05T16:46:12.000Z","size":389,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-30T06:54:14.769Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/balrok.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-15T17:16:32.000Z","updated_at":"2023-10-15T17:17:10.000Z","dependencies_parsed_at":"2023-11-05T17:31:52.232Z","dependency_job_id":null,"html_url":"https://github.com/balrok/qualityannotate","commit_stats":null,"previous_names":["balrok/qualityannotate"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/balrok/qualityannotate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/balrok%2Fqualityannotate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/balrok%2Fqualityannotate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/balrok%2Fqualityannotate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/balrok%2Fqualityannotate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/balrok","download_url":"https://codeload.github.com/balrok/qualityannotate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/balrok%2Fqualityannotate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32945377,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T01:07:53.932Z","updated_at":"2026-05-12T15:32:38.526Z","avatar_url":"https://github.com/balrok.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quality-Annotate\n\nProgram to annotate quality issues on your pull request.\n\nThe implementation tries to be variable within the two dimensions of:\n\n* Code-Hoster (bitbucket, gitlab, github)\n* Quality-Tool (Sonarqube, Klocwork)\n\n|           | Bitbucket | Gitlab   | Github   |\n|-----------|-----------|----------|----------|\n| Sonarqube | \u0026#10060;  | \u0026#10060; | [\u0026#9989;](./docs/github.md)  |\n| ???       | \u0026#10060;  | \u0026#10060; | \u0026#10060; |\n\nSince it is a commandline application it can also be integrated in various ci-systems. Please refer to the sample ci\nconfigs:\n\n* \u0026#10060; Jenkins\n* \u0026#10060; Gitlab-CI\n* \u0026#10060; Github-Actions\n\n## Installing\n\nDownload the program from releases. Put the application.yml from the release page\ninto `$HOME/.config/qualityannotate.yml`.\nThen run ./qualityannotate sonarqube github\n\n## Developing\n\nYou can run your application in dev mode that enables live coding using:\n\n```shell script\n./gradlew quarkusDev --quarkus-args=\"sonarqube github\"\n```\n\nIf you want to use intellij, there is a bug with the quarkus-args, so use the jvm-args\n`-Dquarkus.args=\"sonarqube github\"` for the `quarkusDev` job.\n\n## Codestyle\n\nCodestyle is setup using `./gradlew spotlessApply`.\n[Intellij requires the eclipse code-formatter plugin](https://plugins.jetbrains.com/plugin/6546-eclipse-code-formatter/versions).\nConfigs are `./config/code-formatter/eclipse.importorder` and `./config/code-formatter/eclipse.xml`.\n\n## Pre-Commit hook\n\n```sh\npip install pre-commit\npre-commit install\npre-commit install --hook-type commit-msg\n```\n\n## Creating a native executable / uber jar\n\n```sh\n# create a native executable\n./gradlew build -Dquarkus.package.type=native\n# create a native executable using a docker container\n./gradlew build -Dquarkus.package.type=native -Dquarkus.native.container-build=true\n# create an uber jar\n./gradlew build -Dquarkus.package.type=uber-jar\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbalrok%2Fqualityannotate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbalrok%2Fqualityannotate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbalrok%2Fqualityannotate/lists"}