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
    @Scaladoc() @main()
  2. 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

  1. object KtlintArgs extends Serializable

Ungrouped