Skip to content

Commit

Permalink
Update readme ignore example
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstjules committed Mar 20, 2017
1 parent d6ff4b0 commit e6722cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ be used in place of the defaults listed above. For example:
"threshold": 30,
"identifiers": true,
"literals": true,
"ignore": "Test.js|Spec.js",
"ignore": "test|spec|mock",
"reporter": "json",
"truncate": 100,
}
Expand Down

0 comments on commit e6722cd

Please sign in to comment.