Skip to content

Commit

Permalink
Adds an exclusion for vendor gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bellone committed Sep 14, 2015
1 parent 3520cba commit adf1f06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ AllCops:
- 'Guardfile'
- 'test/**/*'
- 'bin/*'
- 'vendor/**/*'

Style/GuardClause:
Enabled: false

0 comments on commit adf1f06

Please sign in to comment.