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.
How it works:
