Exclude vendor from Rubocop

This commit is contained in:
Ben Balter 2016-08-14 14:29:25 -04:00 committed by GitHub
parent 53e807a99a
commit 3c2d2f1a7e
1 changed files with 4 additions and 0 deletions

View File

@ -11,3 +11,7 @@ Style/Documentation:
Style/FileName:
Enabled: false
AllCops:
Exclude:
- vendor/**/*