Skip to content

Commit

Permalink
Changed ban rule FAIULRE_STRING_PART
Browse files Browse the repository at this point in the history
  • Loading branch information
gscshoyru committed Dec 5, 2013
1 parent 7bf5b52 commit 12cce6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/banRule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/// <reference path='../../lib/tslint.d.ts' />

export class Rule extends Lint.Rules.AbstractRule {
public static FAILURE_STRING_PART = "use of the following function is disallowed: ";
public static FAILURE_STRING_PART = "function invocation disallowed: ";

public apply(syntaxTree: TypeScript.SyntaxTree): Lint.RuleFailure[] {
var options = this.getOptions();
Expand Down

0 comments on commit 12cce6b

Please sign in to comment.