Skip to content
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

Allow to enable allRules = true and buildUponDefaultConfig = true #6844

Merged
merged 7 commits into from Mar 14, 2024

Conversation

BraisGabin
Copy link
Member

@BraisGabin BraisGabin commented Jan 10, 2024

Fixes #4926 while it simplifies how all the configuration is handled.

I recommend to review this PR commit by commit.

I think that @TWiStErRob is going to be happy with this one ;)

Blocked by #6841 and #6782

Copy link

codecov bot commented Jan 12, 2024

Codecov Report

Attention: Patch coverage is 92.85714% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 83.83%. Comparing base (bedb66f) to head (dba30b0).

Files Patch % Lines
...ab/arturbosch/detekt/core/config/AllRulesConfig.kt 80.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #6844      +/-   ##
============================================
+ Coverage     83.80%   83.83%   +0.03%     
- Complexity     3938     3942       +4     
============================================
  Files           578      578              
  Lines         12118    12105      -13     
  Branches       2511     2502       -9     
============================================
- Hits          10155    10148       -7     
+ Misses          709      707       -2     
+ Partials       1254     1250       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@BraisGabin BraisGabin enabled auto-merge (squash) March 14, 2024 13:11
@BraisGabin BraisGabin merged commit 9366ed0 into main Mar 14, 2024
21 checks passed
@BraisGabin BraisGabin deleted the fix-allrules branch March 14, 2024 13:26
3flex added a commit to 3flex/detekt that referenced this pull request Mar 15, 2024
@3flex 3flex removed this from the 2.0.0 milestone Mar 15, 2024
3flex added a commit that referenced this pull request Mar 15, 2024
@cortinico cortinico added this to the 2.0.0 milestone Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

allRules = true has no effect when buildUponDefaultConfig = true
5 participants