- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 794
update InvalidPackageDeclaration to report if rootPackage is not present #4484
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
update InvalidPackageDeclaration to report if rootPackage is not present #4484
Conversation
...naming/src/main/kotlin/io/gitlab/arturbosch/detekt/rules/naming/InvalidPackageDeclaration.kt
Outdated
Show resolved
Hide resolved
...naming/src/main/kotlin/io/gitlab/arturbosch/detekt/rules/naming/InvalidPackageDeclaration.kt
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## main #4484 +/- ##
===========================================
+ Coverage 0 84.44% +84.44%
- Complexity 0 3329 +3329
===========================================
Files 0 479 +479
Lines 0 11147 +11147
Branches 0 2040 +2040
===========================================
+ Hits 0 9413 +9413
- Misses 0 700 +700
- Partials 0 1034 +1034
Continue to review full report at Codecov.
|
sorry for the delay. I updated this to use a new config field and added a default to |
This should fix the issue I just opened here: #4483