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

Fix metadata of the whitespace rule #4551

Merged
merged 2 commits into from Mar 1, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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:
Eleven arguments may be optionally provided:
DominikPalo marked this conversation as resolved.
Show resolved Hide resolved

* \`"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