added todo to createLinters() method in StaticAnalysisAndroidPlugin
This commit is contained in:
parent
2996e2674e
commit
ac24ca6340
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue