Skip to content

ThrowsCount rule: fix false positive with nested function#3223

Merged
schalkms merged 1 commit intodetekt:masterfrom
t-kameyama:issue_3222
Nov 11, 2020
Merged

ThrowsCount rule: fix false positive with nested function#3223
schalkms merged 1 commit intodetekt:masterfrom
t-kameyama:issue_3222

Conversation

@t-kameyama
Copy link
Contributor

Fixes #3222

@codecov
Copy link

codecov bot commented Nov 11, 2020

Codecov Report

Merging #3223 (1c8e9d0) into master (cfde886) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #3223   +/-   ##
=========================================
  Coverage     80.09%   80.10%           
  Complexity     2647     2647           
=========================================
  Files           440      440           
  Lines          8010     8013    +3     
  Branches       1529     1529           
=========================================
+ Hits           6416     6419    +3     
  Misses          775      775           
  Partials        819      819           
Impacted Files Coverage Δ Complexity Δ
...itlab/arturbosch/detekt/rules/style/ThrowsCount.kt 96.00% <100.00%> (+0.54%) 6.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 cfde886...dcda6b9. Read the comment docs.

@schalkms schalkms merged commit cd659ce into detekt:master Nov 11, 2020
@t-kameyama t-kameyama deleted the issue_3222 branch November 11, 2020 11:09
@arturbosch arturbosch added this to the 1.15.0 milestone Nov 12, 2020
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.

False positive in ThrowsCount rule

4 participants