github.com/yoheimuta/protolint@v0.49.8-0.20240515023657-4ecaebb7575d/_testdata/rules/proto3GroupsAvoid/invalid.proto (about) 1 syntax = "proto3"; 2 3 message SearchResponse { 4 repeated group Results = 1 { 5 string url = 2; 6 optional string title = 3; 7 repeated string snippets = 4; 8 } 9 }