se.bjurr.violations.lib.model.codeclimate.CodeClimateSeverity Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of violations-lib Show documentation
Show all versions of violations-lib Show documentation
Library for parsing report files from static code analyzis.
package se.bjurr.violations.lib.model.codeclimate;
public enum CodeClimateSeverity {
info,
minor,
major,
critical,
blocker;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy