Packages

package ktlint

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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()
  2. trait KtlintModule extends BaseClass with JavaModule

    Performs formatting checks on Kotlin source files using Ktlint.

Value Members

  1. object KtlintArgs extends Serializable
  2. object KtlintModule extends ExternalModule with KtlintModule with TaskModule

Ungrouped