We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6643592 commit 7b23835Copy full SHA for 7b23835
1 file changed
.rubocop.yml
@@ -8,5 +8,6 @@ Metrics/BlockLength:
8
9
AllCops:
10
Exclude:
11
- - spec/dummy/**/*
12
- - bin/*
+ - 'spec/dummy/**/*'
+ - 'bin/**/*'
13
+ - 'vendor/**/*'
0 commit comments