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

UseIsNullOrEmpty: fix false negative with chained call #6027

Merged
merged 1 commit into from
Apr 22, 2023

Conversation

t-kameyama
Copy link
Contributor

Fixes #6024

@codecov
Copy link

codecov bot commented Apr 22, 2023

Codecov Report

Merging #6027 (553c43d) into main (07177a5) will increase coverage by 0.00%.
The diff coverage is 37.50%.

@@            Coverage Diff            @@
##               main    #6027   +/-   ##
=========================================
  Coverage     84.68%   84.69%           
- Complexity     3863     3865    +2     
=========================================
  Files           550      550           
  Lines         13115    13117    +2     
  Branches       2313     2313           
=========================================
+ Hits          11107    11109    +2     
  Misses          868      868           
  Partials       1140     1140           
Impacted Files Coverage Δ
.../arturbosch/detekt/rules/style/UseIsNullOrEmpty.kt 58.97% <37.50%> (+1.07%) ⬆️

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.23.0 milestone Apr 22, 2023
@BraisGabin BraisGabin merged commit 0bed96f into detekt:main Apr 22, 2023
@t-kameyama t-kameyama deleted the issue_6024 branch April 22, 2023 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

False negative for UseIsNullOrEmpty rule
2 participants