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 Dec 30, 2020
1 parent 81e5871 commit 3d4508c
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 3d4508c

Please sign in to comment.