{"id":48255420,"url":"https://github.com/jqassistant-plugin/jqassistant-codeclimate-report-plugin","last_synced_at":"2026-04-04T21:09:46.285Z","repository":{"id":338780945,"uuid":"1156394652","full_name":"jqassistant-plugin/jqassistant-codeclimate-report-plugin","owner":"jqassistant-plugin","description":"jQAssistant CodeClimate Report Plugin for GitLab CI","archived":false,"fork":false,"pushed_at":"2026-03-27T15:51:39.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-28T00:54:22.345Z","etag":null,"topics":["codeclimate-report","gitlab","jqassistant"],"latest_commit_sha":null,"homepage":"https://jqassistant.org","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jqassistant-plugin.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2026-02-12T15:47:58.000Z","updated_at":"2026-03-27T15:48:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jqassistant-plugin/jqassistant-codeclimate-report-plugin","commit_stats":null,"previous_names":["jqassistant-plugin/jqassistant-codeclimate-report-plugin"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jqassistant-plugin/jqassistant-codeclimate-report-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jqassistant-plugin%2Fjqassistant-codeclimate-report-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jqassistant-plugin%2Fjqassistant-codeclimate-report-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jqassistant-plugin%2Fjqassistant-codeclimate-report-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jqassistant-plugin%2Fjqassistant-codeclimate-report-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jqassistant-plugin","download_url":"https://codeload.github.com/jqassistant-plugin/jqassistant-codeclimate-report-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jqassistant-plugin%2Fjqassistant-codeclimate-report-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31414319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: 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":["codeclimate-report","gitlab","jqassistant"],"created_at":"2026-04-04T21:09:44.473Z","updated_at":"2026-04-04T21:09:46.280Z","avatar_url":"https://github.com/jqassistant-plugin.png","language":"Java","readme":"= jQAssistant CodeClimate Report Plugin\n\nThis is the CodeClimate Report Plugin of https://jqassistant.org[jQAssistant^].\n\nIt allows to generate JSON files in the https://github.com/codeclimate/platform/blob/master/spec/analyzers/SPEC.md#data-types[CodeClimate format] which can be used to display them e.g. in https://gitlab.com[GitLab] merge requests.\n\nFor more information on jQAssistant see https://jqassistant.org[^].\n\nNOTE: Despite linking of source locations is implemented by this plugin the generated links are not valid yet. This requires a https://github.com/jQAssistant/jqassistant/issues/1077[change in jQAssistant] which is scheduled for one of the next releases.\n\n== Setup\n\nThe plugin must be declared in the jQAssistant configuration:\n\n[source, yaml]\n..jqassistant.yml\n----\njqassistant:\n  plugins:\n    - group-id: org.jqassistant.plugin\n      artifact-id: jqassistant-codeclimate-report-plugin\n      version: 1.0.0\n----\n\nDuring execution of the `analyze` task or goal a file `jqassistant-code-climate-report.json` is created in the report directory. This can be referenced by a GitLab CI configuration:\n\n=== Maven\n\n[source, yaml]\n..gitlab-ci.yml\n----\nstages:\n  - verify\n\nverify:\n  stage: verify\n  script:\n    - mvn verify # the pom.xml must declare executions for the jQAssistant scan and analyze goals\n  artifacts:\n    reports:\n      codequality:\n        - target/jqassistant/report/codeclimate/jqassistant-codeclimate-report.json\n----\n\n=== CLI\n\n[source, yaml]\n..gitlab-ci.yml\n----\nstages:\n  - jQAssistant\n\nverify:\n  stage: jQAssistant\n  script:\n    - jqassistant scan -f java:classpath::build/classes # Scan a Java classes directory\n    - jqassistant analyze # Execute analysis\n  artifacts:\n    reports:\n      codequality:\n        - jqassistant/report/codeclimate/jqassistant-codeclimate-report.json\n----\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjqassistant-plugin%2Fjqassistant-codeclimate-report-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjqassistant-plugin%2Fjqassistant-codeclimate-report-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjqassistant-plugin%2Fjqassistant-codeclimate-report-plugin/lists"}