Skip to content

Commit 4013b4a

Browse files
committed
chore: exclude vendor directory from RuboCop checks
1 parent 17ad5b0 commit 4013b4a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ AllCops:
44
SuggestExtensions: false
55
Exclude:
66
- 'gemfiles/**/*'
7+
- 'vendor/**/*'
78

89
Style/AndOr:
910
Enabled: true

0 commit comments

Comments
 (0)