-
Notifications
You must be signed in to change notification settings - Fork 509
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
Relax documentation requirements according to the current settings #2447
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2447 +/- ##
==========================================
+ Coverage 97.14% 97.19% +0.05%
==========================================
Files 732 732
Lines 94114 94538 +424
Branches 3449 3452 +3
==========================================
+ Hits 91424 91889 +465
+ Misses 1834 1810 -24
+ Partials 856 839 -17
Continue to review full report at Codecov.
|
{ | ||
if (!needsComment) | ||
{ | ||
// Omitting documentation for a parameter is allowed for this element. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❗️ Missing return statement here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
➡️ now fixed
documentInternalElements
)