{"id":19359786,"url":"https://github.com/codacy/codacy-intellij-extension","last_synced_at":"2025-04-23T11:33:00.047Z","repository":{"id":213366640,"uuid":"733924872","full_name":"codacy/codacy-intellij-extension","owner":"codacy","description":"Codacy IntelliJ Idea Extension","archived":false,"fork":false,"pushed_at":"2025-02-27T16:51:24.000Z","size":65737,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-20T11:43:55.443Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codacy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-20T12:53:50.000Z","updated_at":"2025-03-17T09:13:39.000Z","dependencies_parsed_at":"2024-02-21T21:29:40.105Z","dependency_job_id":"b399d744-59b3-47bd-aeb4-158df139d974","html_url":"https://github.com/codacy/codacy-intellij-extension","commit_stats":null,"previous_names":["codacy/codacy-intellij-extension"],"tags_count":3,"template":false,"template_full_name":"codacy/codacy-public-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-intellij-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-intellij-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-intellij-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-intellij-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codacy","download_url":"https://codeload.github.com/codacy/codacy-intellij-extension/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250425592,"owners_count":21428584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-10T07:16:07.967Z","updated_at":"2025-04-23T11:32:54.991Z","avatar_url":"https://github.com/codacy.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Codacy IntelliJ Plugin\n\nThe Codacy plugin for IntelliJ helps you review and manage the issues found by Codacy directly within IntelliJ IDEs. It notifies you whether a pull request is up to standards by highlighting problematic code patterns and displaying code quality metrics.\n\n![Codacy IntelliJ Plugin Screenshot](https://github.com/codacy/codacy-intellij-extension/raw/HEAD/.readme/screenshot-01.png)\n\n[Codacy](https://www.codacy.com/) is an automated code review tool that helps your team write high-quality code by analyzing over 40 programming languages, such as PHP, JavaScript, Python, Java, and Ruby. Codacy lets you define and enforce your own quality rules, code patterns, and quality settings to prevent issues in your codebase.\n\n![Codacy Logo](https://github.com/codacy/codacy-intellij-extension/raw/HEAD/.readme/codacy-logo.png)\n\n## Prerequisites\n\nBefore installing the plugin, make sure you meet the following requirements:\n\n1.  You have a [Codacy account](https://www.codacy.com/signup-codacy).\n2.  The repository you’re working on has been [added to Codacy Cloud](https://docs.codacy.com/organizations/managing-repositories/#adding-a-repository).\n3.  You have at least [Repository Read permissions](https://docs.codacy.com/organizations/roles-and-permissions-for-organizations/) for the repository you’re working on.\n\n## Installation\n\n### From JetBrains Marketplace\n\n1.  Open your IntelliJ IDE and navigate to `Settings` \u003e `Plugins`.\n2.  Search for \"Codacy\" in the Marketplace tab.\n3.  Click `Install` and restart your IntelliJ IDE.\n\n### Manually Installing\n\n1.  Download the latest `.zip` file from the [releases page](https://github.com/codacy/codacy-intellij-extension/releases).\n2.  Open your IntelliJ IDE and navigate to `Settings` \u003e `Plugins`.\n3.  Click the gear icon and choose `Install Plugin from Disk...`.\n4.  Select the downloaded `.zip` file and restart your IntelliJ IDE.\n\n### Building from Source\n\n1.  Clone the repository from GitHub.\n2.  Open the project in your IntelliJ IDE.\n3.  Run ./gradlew buildPlugin\n4.  The built plugin will be located in the `build/distributions` directory.\n5.  Install the plugin manually\n\n## Usage\n\nEnsure Codacy's inspections are enabled by following [this guide](https://www.jetbrains.com/help/idea/code-inspection.html#access-inspections-and-settings).\n\n## Contributing\n\nWe welcome all contributions, from small bug fixes to large features.\n\nFor information on how to contribute to this project, please refer to the [contributing guidelines](https://github.com/codacy/codacy-intellij-extension/blob/main/CONTRIBUTING.md).\n\n## Troubleshooting\n\nIf you're having trouble using the Codacy plugin, see below to troubleshoot errors.\n\n### \u003cspan class=\"skip-vale\"\u003eCould not\u003c/span\u003e find repository\n\nIf you see this error, confirm that the repository has been [added to Codacy Cloud](https://docs.codacy.com/organizations/managing-repositories/#adding-a-repository) and that you have at least [Repository Read permissions](https://docs.codacy.com/organizations/roles-and-permissions-for-organizations/).\n\n\u003c!-- Plugin description --\u003e\n\nThe Codacy plugin for IntelliJ helps you review and manage the issues found by Codacy directly within your IntelliJ IDE. It notifies you whether a pull request is up to standards by highlighting problematic code patterns and displaying code quality metrics.\n\n\u003c!-- Plugin description end --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodacy%2Fcodacy-intellij-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodacy%2Fcodacy-intellij-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodacy%2Fcodacy-intellij-extension/lists"}