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

Fix false positive for UnusedPrivateMember - Backtick identifiers #3828

Merged
merged 4 commits into from
May 30, 2021

Conversation

cortinico
Copy link
Member

Fixes #3825

@codecov
Copy link

codecov bot commented May 24, 2021

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>
@chao2zhang chao2zhang 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