Skip to content

Commit f9a0761

Browse files
committed
Make RuboCop ignore Ruby files in downloaded protobuf source
1 parent 6ae4924 commit f9a0761

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
@@ -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)