trying to migrate to Detekt 1.3 from 1.2 and the t...
# detekt
k
trying to migrate to Detekt 1.3 from 1.2 and the test-patterns block has been removed. There's a migration doc: https://arturbosch.github.io/detekt/howto-migratetestpattern.html at the bottom, it mentions "All exclude-rules and exclude-rule-sets will now make use of 
excludes: "**/test/**,**/*Test.kt,**/*Spec.kt"
." Does this mean those directories/files are now excluded by default?