ScalafixRules

scala.cli.commands.fix.ScalafixRules
object ScalafixRules extends CommandHelpers

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited classlikes

implicit class EitherBuildExceptionOps[E <: BuildException, T](either: Either[E, T])

Attributes

Inherited from:
CommandHelpers
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def runRules(buildOptions: BuildOptions, scalafixOptions: ScalafixOptions, inputs: Inputs, compilerMaker: ScalaCompilerMaker, workspace: Path, check: Boolean, actionableDiagnostics: Option[Boolean], logger: Logger)(using ScalaCliInvokeData): Either[BuildException, Int]

Implicits

Inherited implicits

final implicit def EitherBuildExceptionOps[E <: BuildException, T](either: Either[E, T]): EitherBuildExceptionOps[E, T]

Attributes

Inherited from:
CommandHelpers