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:

  1. Navigate to the issue you'd like to silence.
  2. Each issue will display an icon with two options.
871
  1. Select "Disable this check". This will reveal a modal that explains how to disable the check:
733

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.