assertk-lint

January 16, 2024 ยท View on GitHub

build License Maven Central

A set of lint rules to encourage proper use of assertk

Installation

Note: For non-android projects, you must apply the com.android.lint Gradle plugin.

dependencies {
  lintChecks("com.jzbrooks:assertk-lint:<version>")
}