Skip to content

Commit

Permalink
add vendor folder to default rubocop exclude path
Browse files Browse the repository at this point in the history
  • Loading branch information
SidOfc committed Apr 25, 2017
1 parent 8386782 commit a8ca7b3
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 @@ -5,6 +5,7 @@ AllCops:
- '*.gemspec'
- 'Rakefile'
- 'tmp/*'
- 'vendor/*'

Documentation:
Enabled: false
Expand Down

0 comments on commit a8ca7b3

Please sign in to comment.