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

OptionalWhenBraces: fix false positive with lambda which has no arrow #2568

Merged
merged 1 commit into from Apr 1, 2020

Conversation

t-kameyama
Copy link
Contributor

Fixes #2567

@codecov-io
Copy link

codecov-io commented Apr 1, 2020

Codecov Report

Merging #2568 into master will decrease coverage by 0.00%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2568      +/-   ##
============================================
- Coverage     25.12%   25.12%   -0.01%     
  Complexity      392      392              
============================================
  Files           378      378              
  Lines          7386     7387       +1     
  Branches       1219     1221       +2     
============================================
  Hits           1856     1856              
- Misses         5399     5400       +1     
  Partials        131      131              
Impacted Files Coverage Δ Complexity Δ
...rturbosch/detekt/rules/style/OptionalWhenBraces.kt 38.46% <0.00%> (-3.21%) 1.00 <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 c4329a9...380fa49. Read the comment docs.

@schalkms schalkms merged commit 5bcd940 into detekt:master Apr 1, 2020
@arturbosch arturbosch added this to the 1.7.3 milestone Apr 1, 2020
@t-kameyama t-kameyama deleted the issue_2567 branch April 1, 2020 22:15
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.

OptionalWhenBraces: false positive with lambda which has no arrow
5 participants