Skip to content

Commit 66a8016

Browse files
committed
Fix Rubocop in CI
1 parent 1d13674 commit 66a8016

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.rubocop.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ AllCops:
99
Exclude:
1010
- 'tmp/**/*'
1111
- '.github/**/*'
12+
- 'vendor/**/*'
1213
DisplayCopNames: true
1314
SuggestExtensions: false
1415
NewCops: enable

0 commit comments

Comments
 (0)