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

MaxChainedCallsOnSameLine: don't count class references as chained calls #6224

Merged
merged 1 commit into from Jun 17, 2023

Conversation

t-kameyama
Copy link
Contributor

Fixes #6218

@codecov
Copy link

codecov bot commented Jun 16, 2023

Codecov Report

Merging #6224 (15ab960) into main (3ddaa00) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##               main    #6224      +/-   ##
============================================
- Coverage     84.46%   84.45%   -0.01%     
- Complexity     3999     4001       +2     
============================================
  Files           568      568              
  Lines         13439    13440       +1     
  Branches       2377     2378       +1     
============================================
  Hits          11351    11351              
  Misses          934      934              
- Partials       1154     1155       +1     
Impacted Files Coverage Δ
...ch/detekt/rules/style/MaxChainedCallsOnSameLine.kt 88.63% <100.00%> (+0.26%) ⬆️

... and 2 files with indirect coverage changes

@schalkms schalkms added this to the 2.0.0 milestone Jun 17, 2023
@schalkms schalkms merged commit ed9ad67 into detekt:main Jun 17, 2023
23 checks passed
@t-kameyama t-kameyama deleted the issue_6218 branch June 17, 2023 22:53
LeoColman pushed a commit to LeoColman/detekt that referenced this pull request Jun 19, 2023
LeoColman pushed a commit to LeoColman/detekt that referenced this pull request Jun 20, 2023
@cortinico cortinico added the pick request Marker for PRs that should be ported to the 1.0 release branch label Jul 15, 2023
cortinico pushed a commit to cortinico/detekt that referenced this pull request Jul 15, 2023
mgroth0 pushed a commit to mgroth0/detekt that referenced this pull request Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pick request Marker for PRs that should be ported to the 1.0 release branch rules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MaxChainedCallsOnSameLine false positive for deeply nested type
4 participants