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
- @main()
- trait KtlintModule extends BaseClass with JavaModule
Performs formatting checks on Kotlin source files using Ktlint.
Value Members
- object KtlintArgs extends Serializable
- object KtlintModule extends ExternalModule with KtlintModule with TaskModule