-
-
Notifications
You must be signed in to change notification settings - Fork 766
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
Active rules by default #4875
Active rules by default #4875
Conversation
Codecov Report
@@ Coverage Diff @@
## main #4875 +/- ##
============================================
+ Coverage 84.80% 84.87% +0.07%
- Complexity 3463 3471 +8
============================================
Files 493 493
Lines 11353 11353
Branches 2089 2089
============================================
+ Hits 9628 9636 +8
Misses 674 674
+ Partials 1051 1043 -8
Continue to review full report at Codecov.
|
Not really. Let's add it to the notable changes and I'll add a line about it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't it beautiful how you just have to add the annotation and the config and documentation are in sync. I ❤️ it.
Thanks for doing all the leg work.
I had to disable the The problem with this rule is that we're creating files in the default package ( |
This PR enables the rules as we talk in #4643.
If, to help with the changelog, creating one PR for each rule helps I can create those ~30PRs. I would create a script or somthing to do it. But I prefer to avoid it.
Enabled rules:
MissingPackageDeclaration(see Prepare 1.21.0-RC1 #4900 & 87f32e1)Closes #4643