Skip to content

Commit

Permalink
whitespace: document fixer (palantir#3261)
Browse files Browse the repository at this point in the history
Document that `whitespace` has a fixer.
Fixes: palantir#3259
[no-log]
  • Loading branch information
ajafff authored and adidahiya committed Oct 19, 2017
1 parent 1f59426 commit 836e13e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rules/whitespaceRule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export class Rule extends Lint.Rules.AbstractRule {
optionExamples: [[true, "check-branch", "check-operator", "check-typecast"]],
type: "style",
typescriptOnly: false,
hasFix: true,
};

public static FAILURE_STRING_MISSING = "missing whitespace";
Expand Down

0 comments on commit 836e13e

Please sign in to comment.