Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
Fix metadata of the whitespace rule (#4551)
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikPalo authored and adidahiya committed Mar 1, 2019
1 parent 587129e commit 2adc198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/whitespaceRule.ts
Expand Up @@ -40,7 +40,7 @@ export class Rule extends Lint.Rules.AbstractRule {
description: "Enforces whitespace style conventions.",
rationale: "Helps maintain a readable, consistent style in your codebase.",
optionsDescription: Lint.Utils.dedent`
Ten arguments may be optionally provided:
Several arguments may be optionally provided:
* \`"check-branch"\` checks branching statements (\`if\`/\`else\`/\`for\`/\`while\`) are followed by whitespace.
* \`"check-decl"\`checks that variable declarations have whitespace around the equals token.
Expand Down

0 comments on commit 2adc198

Please sign in to comment.