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

se.bjurr.violations.git.ViolationsReporterDetailLevel Maven / Gradle / Ivy

The newest version!
package se.bjurr.violations.git;

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 - 2024 Weber Informatics LLC | Privacy Policy