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

Check if property is documented at class header #6061

Merged
merged 1 commit into from
May 6, 2023

Conversation

atulgpt
Copy link
Contributor

@atulgpt atulgpt commented Apr 30, 2023

Fixes #5114

@codecov
Copy link

codecov bot commented Apr 30, 2023

Codecov Report

Merging #6061 (0649c93) into main (85dc01b) will increase coverage by 0.03%.
The diff coverage is 75.00%.

@@             Coverage Diff              @@
##               main    #6061      +/-   ##
============================================
+ Coverage     84.82%   84.86%   +0.03%     
- Complexity     3961     3978      +17     
============================================
  Files           561      564       +3     
  Lines         13288    13303      +15     
  Branches       2326     2328       +2     
============================================
+ Hits          11272    11290      +18     
  Misses          870      870              
+ Partials       1146     1143       -3     
Impacted Files Coverage Δ
.../rules/documentation/UndocumentedPublicProperty.kt 91.42% <75.00%> (+0.80%) ⬆️

... and 5 files with indirect coverage changes

@BraisGabin BraisGabin added this to the 1.23.0 milestone May 6, 2023
@BraisGabin BraisGabin merged commit 2924328 into detekt:main May 6, 2023
@atulgpt atulgpt deleted the fixes/5114 branch May 6, 2023 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UndocumentedPublicProperty false positive when property is documented in class header
3 participants