Skip to content

Commit be06d7d

Browse files
authored
Exclude vendor/**/* in RuboCop config
1 parent 0056791 commit be06d7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ inherit_gem:
88
AllCops:
99
TargetRubyVersion: 2.7
1010
SuggestExtensions: false
11+
Exclude:
12+
- vendor/**/*
1113

1214
Layout/LineLength:
1315
Exclude:

0 commit comments

Comments
 (0)