aibolit icon indicating copy to clipboard operation
aibolit copied to clipboard

Require minimum score

Open g4s8 opened this issue 4 years ago • 2 comments

Aibolit would be more useful if project can control the minimum score to include CLI into build pipeline. I'd suggest adding additional configuration parameter to require minimum score instead of zero to fail the build, e.g. aibolit --min-score=5 exits with ok=0 if score <= 5, and fail (exit status 1) if > 5.

g4s8 avatar Jun 29 '20 13:06 g4s8

@acheshkov/z please, pay attention to this issue

0crat avatar Jun 29 '20 14:06 0crat

This is another way to get rid of such behaviour. Now we can just ignore pattern for function or class. Should we implement it? @yegor256 @acheshkov Seems we have solved it with @SuppressWarning feature

lyriccoder avatar Jul 16 '20 09:07 lyriccoder