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 FunctionNaming when the function's name equals to the return type's name with type arguments #6605

Merged
merged 1 commit into from
Nov 4, 2023

Don't report FunctionNaming when the function's name equals to the re…

ed8c921
Select commit
Loading
Failed to load commit list.
Merged

Don't report FunctionNaming when the function's name equals to the return type's name with type arguments #6605

Don't report FunctionNaming when the function's name equals to the re…
ed8c921
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 4, 2023 in 0s

85.10% (+0.00%) compared to 7e72422

View this Pull Request on Codecov

85.10% (+0.00%) compared to 7e72422

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7e72422) 85.10% compared to head (ed8c921) 85.10%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #6605   +/-   ##
=========================================
  Coverage     85.10%   85.10%           
- Complexity     4080     4083    +3     
=========================================
  Files           570      570           
  Lines         13375    13376    +1     
  Branches       2406     2406           
=========================================
+ Hits          11383    11384    +1     
  Misses          792      792           
  Partials       1200     1200           
Files Coverage Δ
...b/arturbosch/detekt/rules/naming/FunctionNaming.kt 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.