We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd55488 commit c2e49e9Copy full SHA for c2e49e9
.golangci.yaml
@@ -1,7 +1,10 @@
1
-
2
linter-settings:
3
misspell:
4
locale: US
+ 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
9
linters:
10
disable-all: true
0 commit comments