ApexMetrics
Deprecated
This plugin is pending removal. Please use the PMD plugin instead.
Language: Salesforce.com Apex
Checks: 29
Categories: Complexity, Security, Performance and Style
ApexMetrics is a Code Climate engine for the programming language Apex of the Force.com cloud platform by Salesforce.com.
Keep your Salesforce.com Apex code clean and enforce coding standards across your team. ApexMetrics runs sophisticated static code analysis to find technical debt, identify hot spots for refactoring and show improvements.
Enable the Plugin
To enable ApexMetrics analysis, add the following to your .codeclimate.yml
configuration file:
plugins:
apexmetrics:
enabled: true
More information about the CLI is available in the README here: https://github.com/codeclimate/codeclimate
Configure the Plugin
Configuration documentation is available here: https://github.com/Up2Go/codeclimate-apexmetrics#enable-and-configure-the-engine
Understanding the Plugin
For more information about all the checks available and their configuration options, please check out the documentation here: https://github.com/Up2Go/codeclimate-apexmetrics#pmd-rule-customization-optional
Updated over 6 years ago