Skip to content

Instantly share code, notes, and snippets.

@saurabharora90
Created August 6, 2019 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saurabharora90/7c82b8207e2cef5caa65723cfd3c4fc6 to your computer and use it in GitHub Desktop.
Save saurabharora90/7c82b8207e2cef5caa65723cfd3c4fc6 to your computer and use it in GitHub Desktop.
Update Registry
class DarkThemeLintRegistry : IssueRegistry() {
override val issues: List<Issue>
get() = listOf(
DirectColorUseIssue.ISSUE,
MissingNightColorIssue.ISSUE
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment