Master in licard-dev #10

Merged
bogdan.terehov merged 323 commits from merge_master_in_licard_dev into licard-dev 2023-09-04 19:22:24 +03:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 504f2c273d - Show all commits

View File

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