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

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

Merged
merged 1 commit into from Oct 18, 2022

Conversation

t-kameyama
Copy link
Contributor

Fixes #5428

@codecov
Copy link

codecov bot commented Oct 18, 2022

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