Skip to content

Commit

Permalink
Fix rubocop to exclude travis-ci vendored gems
Browse files Browse the repository at this point in the history
  • Loading branch information
jhx committed Dec 20, 2014
1 parent 55f4a51 commit 307154a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ AllCops:
- !ruby/regexp /\.gemspec$/
- Gemfile
- Rakefile
Exclude: []
Exclude:
- vendor/**/*

Documentation:
Enabled: false
Expand Down

0 comments on commit 307154a

Please sign in to comment.