fix: .gitmodules
This commit is contained in:
parent
ae3987f168
commit
7709e330ef
|
|
@ -35,7 +35,7 @@ class StaticAnalysisAndroidPlugin : StaticAnalysisPlugin() {
|
|||
override fun createLinters(): List<Linter> = listOf(
|
||||
DetektLinter(),
|
||||
CpdLinter(),
|
||||
AndroidLinter()
|
||||
// AndroidLinter()
|
||||
)
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue