codeclimate / codeclimate-sonar-java

Maintainability and reliability checks for Java
GNU Affero General Public License v3.0
3 stars 6 forks source link

Change default severity #11

Closed brynary closed 7 years ago

brynary commented 7 years ago

By default, we should emit blocker, critical and major severity issues, and ignore minor and info.

Then, we should support a config.minimum_severity key to modify this.