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

scalafix.interfaces.ScalafixSeverity Maven / Gradle / Ivy

There is a newer version: 2.3.0-RC1
Show newest version
package scalafix.interfaces;

/**
 * The logging level at which Scalafix diagnostics are reported.
 */
public enum ScalafixSeverity {
    INFO,
    WARNING,
    ERROR
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy