Skip to content

Commit

Permalink
completed-docs: corrected example config for tags (palantir#3578)
Browse files Browse the repository at this point in the history
  • Loading branch information
reduckted authored and ajafff committed Dec 19, 2017
1 parent 676a206 commit 3ca9f8c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/rules/completedDocsRule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,11 +269,13 @@ export class Rule extends Lint.Rules.TypedRule {
[DESCRIPTOR_LOCATIONS]: LOCATION_INSTANCE,
[DESCRIPTOR_PRIVACIES]: [PRIVACY_PUBLIC, PRIVACY_PROTECTED],
},
[DESCRIPTOR_TAGS]: {
[TAGS_FOR_CONTENT]: {
see: ["#.*"],
[ARGUMENT_PROPERTIES]: {
[DESCRIPTOR_TAGS]: {
[TAGS_FOR_CONTENT]: {
see: ["#.*"],
},
[TAGS_FOR_EXISTENCE]: ["inheritdoc"],
},
[TAGS_FOR_EXISTENCE]: ["inheritdoc"],
},
},
],
Expand Down

0 comments on commit 3ca9f8c

Please sign in to comment.