added todo to createLinters() method in StaticAnalysisAndroidPlugin

This commit is contained in:
Igor Sysoev 2021-05-19 16:28:23 +04:00
parent 2996e2674e
commit ac24ca6340
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ class StaticAnalysisAndroidPlugin : StaticAnalysisPlugin() {
}
}
//TODO: return CpdLinter after finding better way to disable it
override fun createLinters(): List<Linter> = listOf(
DetektLinter(),
AndroidLinter()