Skip to content

Lint rules for android. Checked Exceptions for kotlin.

License

Notifications You must be signed in to change notification settings

LineCutFeng/lint-rules

 
 

Repository files navigation

GitHub LICENSE Badge

Android lint rules

Add to your project build.gradle:

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

and to module build.gradle:

dependencies {
    ...
    lintChecks('com.github.LineCutFeng:lint-rules:0.0.7-alpha')
}

Checked Exceptions for kotlin

How it works: