SpotlessWorker
mill.javalib.spotless.SpotlessWorker
trait SpotlessWorker extends AutoCloseable
Attributes
- Source
- SpotlessWorker.scala
- Graph
-
- Supertypes
-
trait AutoCloseableclass Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
Checks/fixes formatting in module files.
Checks/fixes formatting in module files.
Value parameters
- check
-
If set, an error is raised on format errors. Otherwise, formatting is fixed.
Attributes
- Source
- SpotlessWorker.scala
Resolves and returns artifacts required for formatting.
Checks/fixes formatting in files
that differ in 2 Git trees.
Checks/fixes formatting in files
that differ in 2 Git trees.
Value parameters
- check
-
If set, an error is raised on format errors. Otherwise, formatting is fixed.
- from
-
Revision to compare against.
- to
-
Revision to compare. When empty, - index tree is used, if
staged
is set - working tree is used, otherwise
Attributes
- Source
- SpotlessWorker.scala
Inherited and Abstract methods
Attributes
- Inherited from:
- AutoCloseable
In this article