Skip to content

Commit 07fb6e5

Browse files
committed
Make RuboCop ignore Ruby files in downloaded protobuf source
1 parent c4c41a7 commit 07fb6e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ AllCops:
55
Exclude:
66
- 'spec/support/protos/*.pb.rb'
77
- 'varint_prof.rb'
8+
- 'protobuf-*/**/*.rb'
89

910
Lint/EndAlignment:
1011
AlignWith: keyword

0 commit comments

Comments
 (0)