All Downloads are FREE. Search and download functionalities are using the official Maven repository.

se.bjurr.violations.lib.model.codeclimate.CodeClimateSeverity Maven / Gradle / Ivy

There is a newer version: 1.157.3
Show newest version
package se.bjurr.violations.lib.model.codeclimate;

public enum CodeClimateSeverity {
  info,
  minor,
  major,
  critical,
  blocker;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy