Skip to content

Commit e9fccda

Browse files
committed
DNM: disable deprecated warning
Signed-off-by: Paul Holzinger <[email protected]>
1 parent d503e73 commit e9fccda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ linters:
5959
- all
6060
- -ST1003 # https://staticcheck.dev/docs/checks/#ST1003 Poorly chosen identifier.
6161
- -QF1008 # https://staticcheck.dev/docs/checks/#QF1008 Omit embedded fields from selector expression.
62+
- -SA1019 #DNM
6263
nolintlint:
6364
require-specific: true
6465
revive:

0 commit comments

Comments
 (0)