Skip to content

Check if property is documented at class header#6061

Merged
BraisGabin merged 1 commit intodetekt:mainfrom
atulgpt:fixes/5114
May 6, 2023
Merged

Check if property is documented at class header#6061
BraisGabin merged 1 commit intodetekt:mainfrom
atulgpt:fixes/5114

Conversation

@atulgpt
Copy link
Copy Markdown
Contributor

@atulgpt atulgpt commented Apr 30, 2023

Fixes #5114

@codecov
Copy link
Copy Markdown

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