Skip to content

Commit 0a1bc14

Browse files
committed
chore: exclude in-toto/attestation SA1019 deprecations from staticcheck
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 796abc8 commit 0a1bc14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ linters:
124124
- linters:
125125
- revive
126126
text: var-naming
127+
- linters:
128+
- staticcheck
129+
text: "SA1019: .* is deprecated: .*in-toto/attestation"
127130
paths:
128131
- .*\.pb\.go$
129132
- examples

0 commit comments

Comments
 (0)