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

Commit

Permalink
disallowDanglingUnderscores: Corrected rule name in assert message
Browse files Browse the repository at this point in the history
Fixes #1139
Closes gh-1140
  • Loading branch information
Oswald Maskens authored and Alexej Yaroshevich committed Mar 5, 2015
1 parent e554fb9 commit 4041911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/disallow-dangling-underscores.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module.exports.prototype = {
typeof identifiers !== 'object' ||
Array.isArray(identifiers.allExcept) &&
typeof identifiers.allExcept[0] === 'string',
'Property `allExcept` in requireSpaceAfterLineComment should be an array of strings'
'Property `allExcept` in disallowDanglingUnderscores should be an array of strings'
);

var isTrue = identifiers === true;
Expand Down

0 comments on commit 4041911

Please sign in to comment.