Skip to content

trim values when parsing the baseline#4335

Merged
picklebento merged 3 commits intomainfrom
fix-3316
Nov 26, 2021
Merged

trim values when parsing the baseline#4335
picklebento merged 3 commits intomainfrom
fix-3316

Conversation

@BraisGabin
Copy link
Copy Markdown
Member

Out baseline should treat this:

<ID>
  FeatureEnvy:Signature
</ID>

The same way it treats:

<ID>FeatureEnvy:Signature</ID>

This PR ensures that.

@codecov
Copy link
Copy Markdown

codecov bot commented Nov 25, 2021

Codecov Report

Merging #4335 (96e0d43) into main (a1150bc) will increase coverage by 0.00%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##               main    #4335   +/-   ##
=========================================
  Coverage     84.23%   84.23%           
- Complexity     3258     3259    +1     
=========================================
  Files           474      474           
  Lines         10322    10323    +1     
  Branches       1824     1825    +1     
=========================================
+ Hits           8695     8696    +1     
  Misses          666      666           
  Partials        961      961           
Impacted Files Coverage Δ
...arturbosch/detekt/core/baseline/BaselineHandler.kt 95.00% <50.00%> (ø)
...h/detekt/rules/naming/MemberNameEqualsClassName.kt 87.80% <0.00%> (+0.30%) ⬆️

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 a1150bc...96e0d43. Read the comment docs.

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.

3 participants