Skip to content

Commit

Permalink
Run all rules from KDocStyle multi rule individually (#5207)
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Schwarz <post@markus-schwarz.net>
  • Loading branch information
marschwar and Markus Schwarz committed Aug 16, 2022
1 parent 30ffdc1 commit 2f35333
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 42 deletions.
Expand Up @@ -19,7 +19,8 @@ class CommentSmellProvider : DefaultRuleSetProvider {
listOf(
CommentOverPrivateFunction(config),
CommentOverPrivateProperty(config),
KDocStyle(config),
DeprecatedBlockTag(config),
EndOfSentenceFormat(config),
OutdatedDocumentation(config),
UndocumentedPublicClass(config),
UndocumentedPublicFunction(config),
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 2f35333

Please sign in to comment.