diff --git a/build.gradle.kts b/build.gradle.kts index 1dc09f2324..268f8b338a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,9 +21,7 @@ plugins { tasks { "lintKotlinMain"(LintTask::class) { exclude( - "**/*Generated.kt", - "**/*Test.kt", - "**/Test*.kt" // we can expand this list + "**/*Generated.kt" // we can expand this list ) } }