Skip to content

ForbiddenMethodCall: report overriding method calls#4205

Merged
picklebento merged 1 commit intodetekt:mainfrom
t-kameyama:issue_4204
Oct 29, 2021
Merged

ForbiddenMethodCall: report overriding method calls#4205
picklebento merged 1 commit intodetekt:mainfrom
t-kameyama:issue_4204

Conversation

@t-kameyama
Copy link
Copy Markdown
Contributor

Fixes #4204

@codecov
Copy link
Copy Markdown

codecov bot commented Oct 29, 2021

Codecov Report

Merging #4205 (bdc31a1) into main (ea00969) will decrease coverage by 0.01%.
The diff coverage is 78.57%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #4205      +/-   ##
============================================
- Coverage     84.20%   84.19%   -0.02%     
- Complexity     3233     3234       +1     
============================================
  Files           468      468              
  Lines         10183    10179       -4     
  Branches       1785     1783       -2     
============================================
- Hits           8575     8570       -5     
- Misses          669      670       +1     
  Partials        939      939              
Impacted Files Coverage Δ
...turbosch/detekt/rules/style/ForbiddenMethodCall.kt 87.80% <78.57%> (-3.31%) ⬇️

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 ea00969...bdc31a1. Read the comment docs.

@picklebento picklebento merged commit 9aa0407 into detekt:main Oct 29, 2021
@picklebento picklebento added this to the 1.19.0 milestone Oct 29, 2021
@t-kameyama t-kameyama deleted the issue_4204 branch October 29, 2021 21:35
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.

Interface methods vs ForbiddenMethodCall

3 participants