Skip to content

jzbrooks/assertk-lint

Repository files navigation

assertk-lint

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>")
}