-
-
Notifications
You must be signed in to change notification settings - Fork 784
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
Add UndocumentedPublicProperty rule - closes #1670 #1923
Add UndocumentedPublicProperty rule - closes #1670 #1923
Conversation
...est/kotlin/io/gitlab/arturbosch/detekt/rules/documentation/UndocumentedPublicPropertySpec.kt
Show resolved
Hide resolved
...est/kotlin/io/gitlab/arturbosch/detekt/rules/documentation/UndocumentedPublicPropertySpec.kt
Outdated
Show resolved
Hide resolved
...est/kotlin/io/gitlab/arturbosch/detekt/rules/documentation/UndocumentedPublicFunctionSpec.kt
Outdated
Show resolved
Hide resolved
Unfortunately I messed it up with the GitHub gui to fix the conflicts :( |
Codecov Report
@@ Coverage Diff @@
## master #1923 +/- ##
=========================================
Coverage ? 80.71%
Complexity ? 1988
=========================================
Files ? 330
Lines ? 5585
Branches ? 1020
=========================================
Hits ? 4508
Misses ? 538
Partials ? 539
Continue to review full report at Codecov.
|
* Rebase * Update documentation * Put back visibility kinds inside testcase * Replace tabs with spaces in test snippets * Fix merged test case
* Rebase * Update documentation * Put back visibility kinds inside testcase * Replace tabs with spaces in test snippets * Fix merged test case
No description provided.