Customise Metrics and Individual Issues
over 8 years ago by Jan Grodowski
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! π
-
Disable individual issues using
codebeat:disable
magic comments. Make sure to check out the new syntax. -
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!
Changelog
- added: Disabling issues using
codebeat:disable
comments - added: Customisable thresholds with
.codebeatsettings
- added: