LicenseHeader

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
trait Serializable
trait Product
trait Equals
trait Step
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product