Skip to content

Commit f738669

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ AllCops:
1717
Exclude:
1818
- 'gemfiles/**' # these are auto-generated by Appraisal
1919
- 'tmp/**'
20+
- 'vendor/**/'
2021

2122
Layout/LineLength:
2223
Exclude:

0 commit comments

Comments
 (0)