lint-rules
                                
                                 lint-rules copied to clipboard
                                
                                    lint-rules copied to clipboard
                            
                            
                            
                        Lint rules for android. Checked Exceptions for kotlin.
Android lint rules
Add to your project build.gradle:
allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}
and to module build.gradle:
dependencies {
    ...
    implementation 'com.github.thirdegg:lint-rules:0.1.0'
}
How to update:
Sometimes, after changing the version of a plugin in dependencies, android studio does not give any effect. In order for the changes to work, you need to do Build > Clear Project and rebuild the project.
Checked Exceptions for kotlin
How it works:
