fix: .gitmodules

This commit is contained in:
Bogdan Terehov 2023-09-04 14:21:48 +03:00
parent ae3987f168
commit 7709e330ef
1 changed files with 1 additions and 1 deletions

View File

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