← Back to changelog

Override issue severity for better tuning 🚦

Following our recent update to pull request statuses, we have added a way to override the severity issues reported by Code Climate! Let’s say you want to add the FIXME engine to your repo, but don’t want new FIXME issues to fail your pull requests. You can add the following snippet to your .codeclimate.yml:

    engines
      fixme:
        enabled: true
        issue_override:
          severity: info

FIXME issues will be reported by Code Climate and shown on the pull request page, as well as the issue list, but won’t cause your PRs to turn red.

Actionable metrics for engineering leaders. Try Velocity Free