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

com.sksamuel.scapegoat.InspectionBase.scala Maven / Gradle / Ivy

package com.sksamuel.scapegoat

/**
 * @author
 *   Stephen Samuel
 */
trait InspectionBase {

  val text: String
  val defaultLevel: Level
  val description: String
  val explanation: String

  def isEnabled: Boolean = true

  def name: String = getClass.getSimpleName
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy