-
-
Notifications
You must be signed in to change notification settings - Fork 767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add src/test/java and src/test/kotlin by default in PlainDetekt #3649
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3649 +/- ##
============================================
- Coverage 78.12% 78.08% -0.04%
Complexity 2836 2836
============================================
Files 467 467
Lines 9142 9146 +4
Branches 1737 1737
============================================
Hits 7142 7142
- Misses 1058 1062 +4
Partials 942 942
Continue to review full report at Codecov.
|
Agree 👍 |
This is something we want to mention specifically in the changelog right? I expect users that are using the default config to get a lot of violation for their tests: #3102 (comment) |
Agree, this is not housekeeping |
We aren't adding the source sets
src/test/java
andsrc/test/kotlin
in the PlainDetekt. It have little sense that we don't add those by default because our default configuration take those sources into account.