se.bjurr.violations.lib.ViolationsReporterDetailLevel 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;
public enum ViolationsReporterDetailLevel {
/** Show detailed violations per file. */
VERBOSE,
/** Show number of violations. Per reporter and in total. */
COMPACT,
/** Like compact but per file. */
PER_FILE_COMPACT
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy