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 122a340 commit 90780a4Copy full SHA for 90780a4
.golangci.yml
@@ -39,7 +39,6 @@ linters:
39
- errcheck
40
- errorlint
41
# - exhaustive
42
- # - exhaustivestruct
43
# - exportloopref
44
# - funlen
45
- forbidigo
@@ -52,24 +51,18 @@ linters:
52
51
# - gocyclo
53
- godot
54
# - godox
55
- # - goerr113
56
- gofumpt
57
# - goheader
58
- # - golint
59
- # - gomnd
60
# - gomodguard
61
# - goprintffuncname
62
- # - gosec (gas)
+ # - gosec
63
- gosimple
64
- # - interfacer
65
# - lll
66
- # - maligned
67
# - nestif
68
# - nlreturn
69
- noctx
70
- nolintlint
71
# - rowserrcheck
72
- # - scopelint
73
# - sqlclosecheck
74
- staticcheck
75
# - stylecheck
0 commit comments