Skip to content

Commit 3012222

Browse files
committed
Exclude vendor/ from Rubocop
1 parent 1d74874 commit 3012222

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.rubocop.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
inherit_from: .rubocop_todo.yml
2+
inherit_mode:
3+
merge:
4+
- Exclude
25

36
# The behavior of RuboCop can be controlled via the .rubocop.yml
47
# configuration file. It makes it possible to enable/disable
@@ -17,6 +20,9 @@ AllCops:
1720
Exclude:
1821
- 'gemfiles/**' # these are auto-generated by Appraisal
1922
- 'tmp/**'
23+
- 'vendor/**'
24+
- vendor/**/*.rb
25+
- gemfiles/vendor/bundle/**/*
2026

2127
Layout/LineLength:
2228
Exclude:

0 commit comments

Comments
 (0)