mill.kotlinlib.ktlint

Members list

Type members

Classlikes

@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.

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
KtlintArgs.type
@Scaladoc(value = "/**\n * Performs formatting checks on Kotlin source files using [[https://pinterest.github.io/ktlint/latest/install/integrations/ Ktlint]].\n */")
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
Supertypes
trait JavaModule
trait JavaModuleApi
trait AssemblyModule
trait SemanticDbJavaModule
trait SemanticDbJavaModuleApi
trait OfflineSupportModule
trait GenIdeaModule
trait GenIdeaModuleApi
trait RunModule
trait RunModuleApi
trait DefaultTaskModule
trait JavaModuleBase
trait BspModule
trait BspModuleApi
trait WithJvmWorkerModule
trait JavaHomeModule
trait CoursierModule
trait Module
trait ModuleApi
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Known subtypes
object KtlintModule
object KtlintModule extends ExternalModule, KtlintModule, DefaultTaskModule

Attributes

Companion
trait
Supertypes
trait KtlintModule
trait JavaModule
trait JavaModuleApi
trait AssemblyModule
trait SemanticDbJavaModule
trait SemanticDbJavaModuleApi
trait OfflineSupportModule
trait GenIdeaModule
trait GenIdeaModuleApi
trait RunModule
trait RunModuleApi
trait DefaultTaskModule
trait JavaModuleBase
trait BspModule
trait BspModuleApi
trait WithJvmWorkerModule
trait JavaHomeModule
trait CoursierModule
class ExternalModule
class RootModule0
trait BaseModuleApi
trait Module
trait ModuleApi
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Self type

Value members

Inherited fields

val value: ExternalModule

Attributes

Inherited from:
Alias