Skip to content

Commit 7b23835

Browse files
committed
exclude vendor folder
1 parent 6643592 commit 7b23835

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.rubocop.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ Metrics/BlockLength:
88

99
AllCops:
1010
Exclude:
11-
- spec/dummy/**/*
12-
- bin/*
11+
- 'spec/dummy/**/*'
12+
- 'bin/**/*'
13+
- 'vendor/**/*'

0 commit comments

Comments
 (0)