mill.javalib.spotless
package mill.javalib.spotless
Members list
Type members
Classlikes
A specification for selecting files and the corresponding format steps to be applied.
A specification for selecting files and the corresponding format steps to be applied.
Value parameters
- encoding
-
Name of charset used for encoding files.
- excludes
-
Path matcher patterns for files to exclude from formatting.
- includes
-
Path matcher patterns for files to format.
- lineEnding
-
Name of line endings in files.
- steps
-
Format steps to apply.
- suppressions
-
Lints to suppress.
Attributes
- See also
- Note
-
Use with Format.RelPathRef.withDynamicRoot to configure any relative references.
- Companion
- object
- Source
- Format.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Format
Attributes
- Companion
- class
- Source
- Format.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Format.type
trait SpotlessModule extends CoursierModule, OfflineSupportModule
Enables formatting files using Spotless.
Enables formatting files using Spotless.
Attributes
- See also
- Note
-
Any third party artifacts required by Spotless are resolved using defaultResolver as "runtime" dependencies.
- Companion
- object
- Source
- SpotlessModule.scala
- Supertypes
-
trait OfflineSupportModuletrait CoursierModuletrait Moduletrait ModuleApitrait Wrapperclass BaseClasstrait Cachertrait Cacherclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object SpotlessModule
object SpotlessModule extends ExternalModule, TaskModule, SpotlessModule
Attributes
- Companion
- trait
- Source
- SpotlessModule.scala
- Supertypes
-
trait SpotlessModuletrait OfflineSupportModuletrait CoursierModuletrait TaskModuleclass ExternalModuleclass BaseModuletrait BaseModuleApitrait Moduletrait ModuleApitrait Wrapperclass BaseClasstrait Cachertrait Cacherclass Objecttrait Matchableclass AnyShow all
- Self type
-
SpotlessModule.type
trait SpotlessWorker extends AutoCloseable
Attributes
- Source
- SpotlessWorker.scala
- Supertypes
-
trait AutoCloseableclass Objecttrait Matchableclass Any
Value members
Inherited fields
Attributes
- Inherited from:
- Alias
- Source
- ExternalModule.scala
In this article