Skip to content

Commit cd2746a

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.golangci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ linters:
3636
- misspell
3737
- nilerr
3838
- nilnesserr
39-
- nolintlint
39+
# - nolintlint
4040
- nosprintfhostport
4141
- prealloc
4242
- protogetter
@@ -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)