Customise Metrics and Individual Issues

Until now codebeat allowed to exclude certain files and paths from analysis using .codebeatignore. We've received numerous requests for better analysis configuration and we listened. codebeat now supports two more fine-grained customisations! :tada:

  1. Disable individual issues using codebeat:disable magic comments. Make sure to check out the new syntax.

  2. Adjust metrics on a per-project basis. Find out how to do it in our docs.

We'd love to hear your feedback on how you use them!

335

Changelog

  • added: Disabling issues using codebeat:disable comments
  • added: Customisable thresholds with .codebeatsettings
  • added: