Skip to content

TrimMultilineRawString: fix false positive with not a raw string - #5438

Merged
BraisGabin merged 1 commit into
detekt:mainfrom
t-kameyama:issue_5428
Oct 18, 2022
Merged

TrimMultilineRawString: fix false positive with not a raw string#5438
BraisGabin merged 1 commit into
detekt:mainfrom
t-kameyama:issue_5428

Conversation

@t-kameyama

Copy link
Copy Markdown
Contributor

Fixes #5428

@codecov

codecov Bot commented Oct 18, 2022

Copy link
Copy Markdown

Codecov Report

Merging #5438 (99ac92e) into main (8951ab8) will decrease coverage by 0.04%.
The diff coverage is 57.14%.

@@             Coverage Diff              @@
##               main    #5438      +/-   ##
============================================
- Coverage     85.99%   85.95%   -0.05%     
  Complexity     3614     3614              
============================================
  Files           514      514              
  Lines         12056    12057       +1     
  Branches       2162     2163       +1     
============================================
- Hits          10368    10364       -4     
- Misses          617      618       +1     
- Partials       1071     1075       +4     
Impacted Files Coverage Δ
...bosch/detekt/rules/style/TrimMultilineRawString.kt 84.00% <57.14%> (-7.67%) ⬇️
...tlab/arturbosch/detekt/core/reporting/Colorizer.kt 78.57% <0.00%> (-21.43%) ⬇️

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

@3flex 3flex added this to the 1.22.0 milestone Oct 18, 2022
@BraisGabin
BraisGabin merged commit 59449a8 into detekt:main Oct 18, 2022
@t-kameyama
t-kameyama deleted the issue_5428 branch October 18, 2022 21:42
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.

TrimMultilineRawString false positive: not a raw string...

3 participants