Skip to content

Fix false positive for UnusedPrivateMember - Backtick identifiers - #3828

Merged
picklebento merged 4 commits into
detekt:mainfrom
cortinico:nc/fix-3825
May 30, 2021
Merged

Fix false positive for UnusedPrivateMember - Backtick identifiers#3828
picklebento merged 4 commits into
detekt:mainfrom
cortinico:nc/fix-3825

Conversation

@cortinico

Copy link
Copy Markdown
Member

Fixes #3825

@codecov

codecov Bot commented May 24, 2021

Copy link
Copy Markdown

Codecov Report

Merging #3828 (91b908c) into main (6abfd10) will increase coverage by 0.11%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #3828      +/-   ##
============================================
+ Coverage     83.47%   83.58%   +0.11%     
- Complexity     3104     3110       +6     
============================================
  Files           456      456              
  Lines          8937     8931       -6     
  Branches       1751     1748       -3     
============================================
+ Hits           7460     7465       +5     
+ Misses          559      551       -8     
+ Partials        918      915       -3     
Impacted Files Coverage Δ
...turbosch/detekt/rules/style/UnusedPrivateMember.kt 91.30% <100.00%> (ø)
...bosch/detekt/generator/collection/Configuration.kt 100.00% <0.00%> (ø)
...enerator/printer/rulesetpage/RuleSetPagePrinter.kt 86.04% <0.00%> (ø)
...n/kotlin/io/github/detekt/report/html/HtmlUtils.kt 100.00% <0.00%> (+2.56%) ⬆️
.../io/gitlab/arturbosch/detekt/generator/out/Yaml.kt 68.96% <0.00%> (+10.34%) ⬆️
...ekt/generator/printer/rulesetpage/ConfigPrinter.kt 92.85% <0.00%> (+14.13%) ⬆️

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 6abfd10...91b908c. Read the comment docs.

schalkms and others added 3 commits May 24, 2021 23:18
…/rules/style/UnusedPrivateMember.kt

Co-authored-by: marschwar <marschwar@users.noreply.github.com>
@picklebento
picklebento merged commit dc743a2 into detekt:main May 30, 2021
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 positive "UnusedPrivateMember" on local val in (with apostrophes)

5 participants