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

Warn about enabled rules that are not going to run #5226

Merged
merged 5 commits into from Sep 10, 2022
Merged

Conversation

BraisGabin
Copy link
Member

Closes #3577

@codecov
Copy link

codecov bot commented Aug 21, 2022

Codecov Report

Merging #5226 (5877c4f) into main (19d5f82) will increase coverage by 85.28%.
The diff coverage is 100.00%.

❗ Current head 5877c4f differs from pull request most recent head c0706e7. Consider uploading reports for the commit c0706e7 to get more accurate results

@@             Coverage Diff             @@
##             main    #5226       +/-   ##
===========================================
+ Coverage        0   85.28%   +85.28%     
- Complexity      0     3624     +3624     
===========================================
  Files           0      502      +502     
  Lines           0    11923    +11923     
  Branches        0     2211     +2211     
===========================================
+ Hits            0    10169    +10169     
- Misses          0      687      +687     
- Partials        0     1067     +1067     
Impacted Files Coverage Δ
...turbosch/detekt/rules/complexity/NamedArguments.kt 86.20% <ø> (ø)
...ch/detekt/rules/complexity/NestedScopeFunctions.kt 89.79% <ø> (ø)
...kt/rules/complexity/ReplaceSafeCallChainWithRun.kt 94.11% <ø> (ø)
...etekt/rules/coroutines/RedundantSuspendModifier.kt 64.28% <ø> (ø)
...sch/detekt/rules/coroutines/SleepInsteadOfDelay.kt 75.86% <ø> (ø)
...coroutines/SuspendFunWithCoroutineScopeReceiver.kt 81.48% <ø> (ø)
...t/rules/coroutines/SuspendFunWithFlowReturnType.kt 83.33% <ø> (ø)
...osch/detekt/rules/bugs/AvoidReferentialEquality.kt 95.83% <ø> (ø)
...gitlab/arturbosch/detekt/rules/bugs/Deprecation.kt 86.66% <ø> (ø)
...h/detekt/rules/bugs/DontDowncastCollectionTypes.kt 78.37% <ø> (ø)
... and 550 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@BraisGabin BraisGabin added this to the 1.22.0 milestone Sep 4, 2022
@cortinico cortinico added the notable changes Marker for notable changes in the changelog label Sep 6, 2022
Base automatically changed from use-requires-type-resolution to main September 8, 2022 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core notable changes Marker for notable changes in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Detect type resolving rules run without type resolution classpath set
4 participants