Move all the rules modules inside the folder detekt-rules#9040
Open
BraisGabin wants to merge 2 commits intomainfrom
Open
Move all the rules modules inside the folder detekt-rules#9040BraisGabin wants to merge 2 commits intomainfrom
detekt-rules#9040BraisGabin wants to merge 2 commits intomainfrom
Conversation
050ae07 to
2776325
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9040 +/- ##
=========================================
Coverage 84.93% 84.93%
Complexity 4433 4433
=========================================
Files 571 571
Lines 12309 12309
Branches 2694 2694
=========================================
Hits 10455 10455
Misses 683 683
Partials 1171 1171 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
2776325 to
a827575
Compare
a827575 to
2aabd64
Compare
cortinico
approved these changes
Mar 5, 2026
2aabd64 to
6b7df17
Compare
Collaborator
Member
Author
|
I would like at least 2 approved in this one too merge it. The change is big. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #8554
This PR doesn't change the name of any module, only moves the modules to a different folder.
The following PR will change the name of the modules but I didn't want to mix those two actions.