Skip to content

Commit

Permalink
Docs: improve id-match usage advice (#9544)
Browse files Browse the repository at this point in the history
  • Loading branch information
not-an-aardvark committed Oct 31, 2017
1 parent a9606a3 commit 8f9c0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/id-match.md
Expand Up @@ -83,4 +83,4 @@ do_something(__dirname);

## When Not To Use It

If your rules are too complex, it is possible that you encounter performance issues due to the nature of the job.
If you don't want to enforce any particular naming convention for all identifiers, or your naming convention is too complex to be enforced by configuring this rule, then you should not enable this rule.

0 comments on commit 8f9c0fe

Please sign in to comment.