mill.scalalib.spotless.Format.LicenseHeader
See theLicenseHeader companion object
@Scaladoc(value = "/**\n * @param yearMode `PRESERVE` | `UPDATE_TO_TODAY` | `SET_FROM_GIT`\n * @see [[https://github.com/diffplug/spotless/blob/main/lib/src/main/java/com/diffplug/spotless/generic/LicenseHeaderStep.java LicenseHeaderStep]]\n */")
case class LicenseHeader(delimiter: String, header: ContentOrFile, name: String, contentPattern: String, yearSeparator: String, yearMode: String, skipLinesMatching: String) extends Step
Value parameters
- yearMode
-
PRESERVE
|UPDATE_TO_TODAY
|SET_FROM_GIT
Attributes
- See also
- Companion
- object
- Source
- Format.scala
- Graph
-
- Supertypes
Members list
In this article