Skip to content

Commit

Permalink
Make RuboCop ignore any vendored gems
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed May 12, 2019
1 parent f42fccf commit 0793138
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
AllCops:
Exclude:
- tmp/**/*
- vendor/bundle/**/*
DisplayCopNames: true

# Cop supports --auto-correct.
# Configuration parameters: SupportedStyles.
Style/HashSyntax:
Expand Down

0 comments on commit 0793138

Please sign in to comment.