Skip to content

Commit c2e49e9

Browse files
committed
ci: Disable deprecated code check for golangci-lint
Signed-off-by: James Alseth <[email protected]>
1 parent dd55488 commit c2e49e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.golangci.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
21
linter-settings:
32
misspell:
43
locale: US
4+
staticcheck:
5+
checks:
6+
- "all" # Include all checks except the ones below.
7+
- "-SA1019" # Do not block the build if deprecated functions or packages are used.
58

69
linters:
710
disable-all: true

0 commit comments

Comments
 (0)