removed cpd

This commit is contained in:
Igor Sysoev 2021-05-19 15:59:29 +04:00
parent 566bbe1801
commit 2996e2674e
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ class StaticAnalysisAndroidPlugin : StaticAnalysisPlugin() {
override fun createLinters(): List<Linter> = listOf(
DetektLinter(),
CpdLinter(),
AndroidLinter()
)