Skip to content

Commit 4867c5e

Browse files
committed
ci: Disable deprecated code check for golangci-lint
Signed-off-by: James Alseth <james@jalseth.me>
1 parent dd55488 commit 4867c5e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.golangci.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
2-
linter-settings:
1+
linters-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)