Skip to content

Commit

Permalink
Exclude vendor/ for RuboCop
Browse files Browse the repository at this point in the history
* Otherwise it would look at, e.g.,
  vendor/bundle/ruby/2.7.0/gems/rainbow-3.0.0/.rubocop.yml and fail
  • Loading branch information
eregon committed Feb 17, 2021
1 parent e2bf8d5 commit 0ac6494
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 @@ -37,4 +37,5 @@ AllCops:
TargetRubyVersion: 2.2.0
Exclude:
- 'gemfiles/**/*'
- 'vendor/**/*'
- 'Appraisals'

0 comments on commit 0ac6494

Please sign in to comment.