Skip to content

Commit

Permalink
chore(build): exclude generated files in src/ngLocale from jscs check
Browse files Browse the repository at this point in the history
The robots don't generate super-clean code ._.
  • Loading branch information
hzoo authored and caitp committed Oct 31, 2014
1 parent c77f5d1 commit 018991f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .jscs.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"excludeFiles": ["src/ngLocale/**"],
"disallowKeywords": ["with"],
"disallowMixedSpacesAndTabs": true,
"disallowMultipleLineStrings": true,
Expand Down

0 comments on commit 018991f

Please sign in to comment.