Skip to content

Commit

Permalink
Exclude gemfiles from rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurnn committed Apr 8, 2015
1 parent f097104 commit ac6922d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

AllCops:
Exclude:
- 'gemfiles/**/*'

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ClassLength:
Expand Down

0 comments on commit ac6922d

Please sign in to comment.