-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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