jzbrooks / assertk-lint

Lint checks for assertk users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Lint checks for assertk users

License:MIT License


Languages

Language:Kotlin 100.0%