Skip to content

Commit

Permalink
exclude build directories from rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
phlipper committed Mar 6, 2015
1 parent 5b75d47 commit c5c33e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
AllCops:
Exclude:
- ".bundle/**/*"
- ".kitchen/**/*"
- "vendor/**/*"

LineLength:
Max: 80
Exclude:
Expand Down

0 comments on commit c5c33e4

Please sign in to comment.