- scala211() - Method in interface scalafix.interfaces.Scalafix
-
- scala212() - Method in interface scalafix.interfaces.Scalafix
-
- Scalafix - Interface in scalafix.interfaces
-
Public API for reflectively invoking Scalafix from a build tool or IDE integration.
- scalafix.interfaces - package scalafix.interfaces
-
- ScalafixDiagnostic - Interface in scalafix.interfaces
-
A diagnostic such as a linter message or general error reported by Scalafix.
- ScalafixError - Enum in scalafix.interfaces
-
A code representing a category of errors that happen while running Scalafix.
- ScalafixException - Exception in scalafix.interfaces
-
An error occurred while classloading an instance of
Scalafix.
- ScalafixInput - Interface in scalafix.interfaces
-
An input represents an input source for code such as a file or virtual file.
- ScalafixLintID - Interface in scalafix.interfaces
-
A unique identifier for this category of lint diagnostics
- ScalafixMainArgs - Interface in scalafix.interfaces
-
Wrapper around arguments for invoking the Scalafix command-line interface main method.
- ScalafixMainCallback - Interface in scalafix.interfaces
-
Callback handler for events that happen in the command-line interface.
- ScalafixMainMode - Enum in scalafix.interfaces
-
The mode for running the command-line interface.
- ScalafixPosition - Interface in scalafix.interfaces
-
A source position pointing to a range location in code.
- ScalafixRule - Interface in scalafix.interfaces
-
- ScalafixSeverity - Enum in scalafix.interfaces
-
The logging level at which Scalafix diagnostics are reported.
- scalafixVersion() - Method in interface scalafix.interfaces.Scalafix
-
The release version of the current Scalafix API instance.
- scalametaVersion() - Method in interface scalafix.interfaces.Scalafix
-
The recommended Scalameta version to match the current Scalafix API instance.
- severity() - Method in interface scalafix.interfaces.ScalafixDiagnostic
-
- startColumn() - Method in interface scalafix.interfaces.ScalafixPosition
-
- startLine() - Method in interface scalafix.interfaces.ScalafixPosition
-
- startOffset() - Method in interface scalafix.interfaces.ScalafixPosition
-
- supportedScalaVersions() - Method in interface scalafix.interfaces.Scalafix
-