Merge pull request #262 from TouchInstinct/static_analysis/disable_cpd

Build script ubrr android/disable cpd
This commit is contained in:
sysoevi 2021-05-19 16:29:23 +04:00 committed by GitHub
commit cbef9230ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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