mill.kotlinlib.ktlint

Members list

Type members

Classlikes

case class KtlintArgs(format: Boolean, check: Boolean)

Arguments for KtlintModule.ktlint.

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

Attributes

Companion
class
Source
KtlintArgs.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
KtlintArgs.type
trait KtlintModule extends JavaModule

Performs formatting checks on Kotlin source files using Ktlint.

Performs formatting checks on Kotlin source files using Ktlint.

Attributes

Companion
object
Source
KtlintModule.scala
Supertypes
trait JavaModule
trait RunModule
trait TaskModule
trait BspModule
trait Module
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Known subtypes
object KtlintModule

Attributes

Companion
trait
Source
KtlintModule.scala
Supertypes
trait KtlintModule
trait JavaModule
trait RunModule
trait TaskModule
trait BspModule
class BaseModule
trait Module
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Self type