We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e757e commit 7d27deaCopy full SHA for 7d27dea
.golangci.yml
@@ -1,11 +1,12 @@
1
run:
2
# timeout for analysis
3
timeout: 4m
4
+ go: "1.23"
5
6
linters-settings:
7
govet:
8
# Don't report about shadowed variables
- check-shadowing: false
9
+ shadow: false
10
gofmt:
11
# simplify code: gofmt with `-s` option, true by default
12
simplify: true
@@ -17,7 +18,6 @@ linters-settings:
17
18
rules:
19
json: snake
20
staticcheck:
- go: "1.18"
21
checks: ["-SA1019"]
22
gomoddirectives:
23
replace-allow-list:
@@ -34,7 +34,6 @@ linters:
34
- varnamelen
35
- wrapcheck
36
- testpackage
37
- - gomnd
38
- err113
39
- exhaustruct
40
- forbidigo
0 commit comments