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

Disable UnusedImports for the Detekt project #4741

Merged
merged 1 commit into from Apr 24, 2022
Merged

Conversation

BraisGabin
Copy link
Member

This Rule is on formatting so it always return duplicated issues.

@codecov
Copy link

codecov bot commented Apr 20, 2022

Codecov Report

Merging #4741 (d9703bf) into main (0695d7e) will increase coverage by 84.69%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##             main    #4741       +/-   ##
===========================================
+ Coverage        0   84.69%   +84.69%     
- Complexity      0     3418     +3418     
===========================================
  Files           0      490      +490     
  Lines           0    11235    +11235     
  Branches        0     2068     +2068     
===========================================
+ Hits            0     9516     +9516     
- Misses          0      675      +675     
- Partials        0     1044     +1044     
Impacted Files Coverage Δ
...bosch/detekt/rules/naming/LambdaParameterNaming.kt 100.00% <0.00%> (ø)
...io/gitlab/arturbosch/detekt/generator/Generator.kt 0.00% <0.00%> (ø)
...etekt/rules/coroutines/RedundantSuspendModifier.kt 62.79% <0.00%> (ø)
...itlab/arturbosch/detekt/rules/style/ReturnCount.kt 93.18% <0.00%> (ø)
...coroutines/SuspendFunWithCoroutineScopeReceiver.kt 83.33% <0.00%> (ø)
...arturbosch/detekt/core/baseline/BaselineHandler.kt 90.00% <0.00%> (ø)
...tekt/rules/bugs/ElseCaseInsteadOfExhaustiveWhen.kt 92.59% <0.00%> (ø)
...otlin/io/gitlab/arturbosch/detekt/api/Extension.kt 100.00% <0.00%> (ø)
...sch/detekt/formatting/wrappers/NoTrailingSpaces.kt 100.00% <0.00%> (ø)
...gitlab/arturbosch/detekt/core/baseline/Baseline.kt 75.00% <0.00%> (ø)
... and 480 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0695d7e...d9703bf. Read the comment docs.

@cortinico cortinico added this to the 1.21.0 milestone Apr 24, 2022
@cortinico cortinico added the housekeeping Marker for housekeeping tasks and refactorings label Apr 24, 2022
@cortinico cortinico changed the title Disable UnusedImports Disable UnusedImports for the Detekt project Apr 24, 2022
@cortinico cortinico merged commit ad13fc9 into main Apr 24, 2022
@cortinico cortinico deleted the disable-duplicate-rule branch April 24, 2022 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping Marker for housekeeping tasks and refactorings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants