Disabling Individual Checks
Maintainability Checks
To disable Code Climate maintainability checks, check out our doc here.
Plugins
You can disable individual checks from plugins via your .codeclimate.yml
.
Committing a configuration file will overrride any In-App configuration you've done. For more information on how to configure a
.codeclimate.yml
file, see our section on Advanced Configuration.
Here's how:
- Navigate to the issue you'd like to silence.
- Each issue will display an icon with two options.
- Select "Disable this check". This will reveal a modal that explains how to disable the check:
If you have a committed configuration file, it will override any in-app configuration you've done. To disable Code Climate maintainability checks, check out our doc here.
If you have a committed configuration file, it will override any in-app configuration you've done.
Updated almost 2 years ago