Skip to content

Commit 91c87df

Browse files
committedMay 24, 2024
#53 vendor off
1 parent 6511f68 commit 91c87df

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎.rubocop.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
---
2121
AllCops:
2222
Exclude:
23-
- 'bin/**/*'
24-
- 'assets/**/*'
23+
- 'bin/**'
24+
- 'assets/**'
25+
- 'vendor/**'
2526
DisplayCopNames: true
2627
TargetRubyVersion: 2.3
2728
SuggestExtensions: false

0 commit comments

Comments
 (0)