Skip to content

Commit 80d287d

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.golangci.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
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.
8+
59

610
linters:
711
disable-all: true

0 commit comments

Comments
 (0)