KtlintArgs

mill.kotlinlib.ktlint.KtlintArgs
See theKtlintArgs companion object
@Scaladoc(value = "/**\n * Arguments for [[KtlintModule.ktlint]].\n *\n * @param check if an exception should be raised when violations are found\n * @param format if violations should be corrected automatically\n */")
case class KtlintArgs(format: Boolean, check: Boolean)

Arguments for KtlintModule.ktlint.

Value parameters

check

if an exception should be raised when violations are found

format

if violations should be corrected automatically

Attributes

Companion
object
Source
KtlintArgs.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
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