package ktlint
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class KtlintArgs(format: Boolean = false, check: Boolean = true) extends Product with Serializable
Arguments for KtlintModule.ktlint.
Arguments for KtlintModule.ktlint.
- format
if violations should be corrected automatically
- check
if an exception should be raised when violations are found
- Annotations
- @Scaladoc() @main()
- trait KtlintModule extends BaseClass with KotlinModule
Performs formatting checks on Kotlin source files using Ktlint.
Performs formatting checks on Kotlin source files using Ktlint.
- Annotations
- @Scaladoc()
Value Members
- object KtlintArgs extends Serializable