The 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.
Codacy 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.
Before installing the plugin, make sure you meet the following requirements:
Settings
> Plugins
.Install
and restart your IntelliJ IDE..zip
file from the releases page.Settings
> Plugins
.Install Plugin from Disk...
..zip
file and restart your IntelliJ IDE.build/distributions
directory.Ensure Codacy's inspections are enabled by following this guide.
We welcome all contributions, from small bug fixes to large features.
For information on how to contribute to this project, please refer to the contributing guidelines.
If you're having trouble using the Codacy plugin, see below to troubleshoot errors.
If you see this error, confirm that the repository has been added to Codacy Cloud and that you have at least Repository Read permissions.
The 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.