Package

com.sksamuel

scapegoat

Permalink

package scapegoat

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scapegoat
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Configuration(dataDir: Option[File], disabledInspections: List[String], enabledInspections: List[String], ignoredFiles: List[String], consoleOutput: Boolean, verbose: Boolean, reports: Reports, customInspectors: Seq[Inspection], sourcePrefix: String, minimalLevel: Level, overrideLevels: Map[String, Level]) extends Product with Serializable

    Permalink
  2. class Feedback extends AnyRef

    Permalink

  3. abstract class Inspection extends AnyRef

    Permalink

  4. final case class InspectionContext(global: Global, feedback: Feedback) extends Product with Serializable

    Permalink
  5. abstract class Inspector extends AnyRef

    Permalink
  6. sealed trait Level extends AnyRef

    Permalink

  7. case class Reports(disableXML: Boolean, disableHTML: Boolean, disableScalastyleXML: Boolean, disableMarkdown: Boolean) extends Product with Serializable

    Permalink
  8. class Safe extends Annotation with Annotation with ClassfileAnnotation

    Permalink
  9. class ScapegoatComponent extends PluginComponent with TypingTransformers with Transform

    Permalink
  10. class ScapegoatPlugin extends Plugin

    Permalink
  11. final case class Warning(text: String, line: Int, level: Level, sourceFileFull: String, sourceFileNormalized: String, snippet: Option[String], explanation: String, inspection: String) extends Product with Serializable

    Permalink

Value Members

  1. object Configuration extends Serializable

    Permalink
  2. object Inspections extends App

    Permalink

  3. object Levels

    Permalink
  4. package inspections

    Permalink
  5. package io

    Permalink
  6. val isScala213: Boolean

    Permalink
  7. val scalaVersion: String

    Permalink
  8. val shortScalaVersion: String

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped