Skip to content

Instantly share code, notes, and snippets.

@coyarzun89
Created May 4, 2021 02:51
Show Gist options
  • Save coyarzun89/909cd69d43239e3944a76bfa38c2e9e5 to your computer and use it in GitHub Desktop.
Save coyarzun89/909cd69d43239e3944a76bfa38c2e9e5 to your computer and use it in GitHub Desktop.
Registry which provides a list of checks to be performed on an Android project
class DefaultIssueRegistry : IssueRegistry() {
override val issues = listOf(
HardcodedHexColorXmlDetector.ISSUE
)
override val api: Int
get() = CURRENT_API
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment