did RC10 change something related to test-pattern ...
# detekt
s
did RC10 change something related to test-pattern / patterns? i have stuff showing up now that was previously excluded
m
If I'm not mistaken there were changes based in the test pattern filters. What are you seeing?
s
- 'testing/src/main/.*'
but i have issues popping up in that directory
m
Which directory do you execute the tasks from?
From the roof directory?
Could also be the .* Expression being evaluated incorrectly
s
i'd have to check my gradle config to see where this is being run from, but the xml report lists the location as
testing/src/main/whatever
testing
is a gradle module. i'm running it from the root with
./gradlew testing:detektDebug
well i changed my pattern to catch something after src/main and that solved it for me 🤷