Skip to content

NoNameShadowing: fix false positive with nested lambda has implicit parameter#3991

Merged
BraisGabin merged 1 commit intodetekt:mainfrom
t-kameyama:issue_3990
Aug 1, 2021
Merged

NoNameShadowing: fix false positive with nested lambda has implicit parameter#3991
BraisGabin merged 1 commit intodetekt:mainfrom
t-kameyama:issue_3990

Conversation

@t-kameyama
Copy link
Copy Markdown
Contributor

Fixes #3990

@codecov
Copy link
Copy Markdown

codecov bot commented Jul 30, 2021

Codecov Report

Merging #3991 (6109018) into main (70c2c25) will increase coverage by 0.02%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #3991      +/-   ##
============================================
+ Coverage     83.49%   83.51%   +0.02%     
- Complexity     3160     3162       +2     
============================================
  Files           458      458              
  Lines          9047     9047              
  Branches       1759     1759              
============================================
+ Hits           7554     7556       +2     
+ Misses          567      564       -3     
- Partials        926      927       +1     
Impacted Files Coverage Δ
.../arturbosch/detekt/rules/naming/NoNameShadowing.kt 62.06% <0.00%> (+6.89%) ⬆️
...osch/detekt/rules/empty/EmptyDefaultConstructor.kt 80.00% <0.00%> (ø)

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 70c2c25...6109018. Read the comment docs.

@BraisGabin BraisGabin added this to the 1.18.0 milestone Aug 1, 2021
@BraisGabin BraisGabin merged commit 8d5fb4c into detekt:main Aug 1, 2021
@t-kameyama t-kameyama deleted the issue_3990 branch August 1, 2021 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NoNameShadowing false positive?

4 participants