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

Don't report on platform types in NullableToStringCall #4180

Merged
merged 1 commit into from
Oct 13, 2021

Conversation

3flex
Copy link
Member

@3flex 3flex commented Oct 13, 2021

Fixes #4059

@codecov
Copy link

codecov bot commented Oct 13, 2021

Codecov Report

Merging #4180 (900e790) into main (3382394) will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##               main    #4180   +/-   ##
=========================================
  Coverage     83.44%   83.44%           
- Complexity     3191     3193    +2     
=========================================
  Files           465      465           
  Lines          9119     9119           
  Branches       1779     1779           
=========================================
  Hits           7609     7609           
  Misses          572      572           
  Partials        938      938           
Impacted Files Coverage Δ
...turbosch/detekt/rules/bugs/NullableToStringCall.kt 73.80% <0.00%> (ø)

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 3382394...900e790. Read the comment docs.

@3flex 3flex merged commit 7e4ff22 into detekt:main Oct 13, 2021
@3flex 3flex deleted the 4059-fix branch October 13, 2021 07:34
@3flex 3flex added this to the 1.19.0 milestone Oct 13, 2021
@3flex 3flex added the rules label Oct 13, 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.

NullableToStringCall reports on "${this.javaClass.simpleName} ..."
2 participants