diff --git a/detekt.yml b/detekt.yml index bc8e30a..086f894 100644 --- a/detekt.yml +++ b/detekt.yml @@ -143,12 +143,12 @@ complexity: active: true excludes: [ - "**/test/**", + "**/test/**", "**/androidTest/**", - "**/commonTest/**", - "**/jvmTest/**", - "**/jsTest/**", - "**/iosTest/**", + "**/commonTest/**", + "**/jvmTest/**", + "**/jsTest/**", + "**/iosTest/**", ] thresholdInFiles: 11 thresholdInClasses: 11