Skip to content

Commit cf7c47a

Browse files
committed
Exclude bundled gems from RuboCop
1 parent 507054d commit cf7c47a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ AllCops:
1111
- 'tmp/**/*'
1212
- 'spec/support/**/*'
1313
- 'api_examples/support/**/*'
14+
- 'vendor/bundle/**/*'
1415

1516
Layout/LineLength:
1617
Max: 120

0 commit comments

Comments
 (0)