Skip to content

Fix false positive on it usages when type parameter is specified#6850

Merged
BraisGabin merged 1 commit into
detekt:mainfrom
atulgpt:fixes/6822/explicit-it-false-pos
Apr 13, 2024
Merged

Fix false positive on it usages when type parameter is specified#6850
BraisGabin merged 1 commit into
detekt:mainfrom
atulgpt:fixes/6822/explicit-it-false-pos

Conversation

@atulgpt
Copy link
Copy Markdown
Contributor

@atulgpt atulgpt commented Jan 12, 2024

Fixes #6822

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.95%. Comparing base (93535d6) to head (0d0d295).
Report is 231 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #6850   +/-   ##
=========================================
  Coverage     84.94%   84.95%           
  Complexity     3890     3890           
=========================================
  Files           573      573           
  Lines         12910    12911    +1     
  Branches       2445     2445           
=========================================
+ Hits          10967    10968    +1     
  Misses          721      721           
  Partials       1222     1222           

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

@detekt-ci
Copy link
Copy Markdown
Collaborator

This PR is stale because it has been open 90 days with no activity. Please comment or this will be closed in 7 days.

@BraisGabin BraisGabin merged commit 5ca4be7 into detekt:main Apr 13, 2024
@detekt-ci
Copy link
Copy Markdown
Collaborator

Warnings
⚠️ This PR is approved with no milestone set. If merged, it won't appear in the detekt release notes.

Generated by 🚫 dangerJS against 0d0d295

@BraisGabin
Copy link
Copy Markdown
Member

I didn't see your answer @atulgpt .sorry for the late review 😅

@BraisGabin BraisGabin added pick request Marker for PRs that should be ported to the 1.0 release branch and removed stale labels Apr 13, 2024
@atulgpt atulgpt deleted the fixes/6822/explicit-it-false-pos branch April 23, 2024 19:57
@cortinico cortinico added this to the 2.0.0 milestone Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pick request Marker for PRs that should be ported to the 1.0 release branch rules

Projects

None yet

Development

Successfully merging this pull request may close these issues.

False negative: ExplicitItLambdaParameter

4 participants