diff --git a/tools/protovalidate-conformance/internal/results/result.go b/tools/protovalidate-conformance/internal/results/result.go index c38e9c9..938c186 100644 --- a/tools/protovalidate-conformance/internal/results/result.go +++ b/tools/protovalidate-conformance/internal/results/result.go @@ -144,6 +144,7 @@ func (v violationsResult) IsSuccessWith(other Result, options *harness.ResultOpt return false } for i := range len(want) { + //nolint:staticcheck // Intentional use of deprecated field matchingField := want[i].GetFieldPath() == got[i].GetFieldPath() && proto.Equal(want[i].GetField(), got[i].GetField()) && want[i].GetForKey() == got[i].GetForKey()