From 40328a604a004f65fa8e4b1045b3734a9a0ed3ea Mon Sep 17 00:00:00 2001 From: Tom Binder Date: Tue, 19 Sep 2023 15:36:40 +0200 Subject: [PATCH] Fix linter issues. --- internal/verifier/verifier.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/verifier/verifier.go b/internal/verifier/verifier.go index a91793d2..5a70869a 100644 --- a/internal/verifier/verifier.go +++ b/internal/verifier/verifier.go @@ -27,8 +27,8 @@ import ( // Verify checks that the provenance conforms to expectations, returning a // list of errors whenever the verification failed. // +//nolint:cyclop //nolint:gocognit -//nolint:gocyclo func Verify(provenances []model.ProvenanceIR, verOpts *pb.VerificationOptions) error { if provenances == nil { panic(fmt.Errorf("provenances must not be nil"))