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.
2 parents 82aa2fa + 90780a4 commit c7927bdCopy full SHA for c7927bd
.golangci.yml
@@ -39,7 +39,6 @@ linters:
39
- errcheck
40
- errorlint
41
# - exhaustive
42
- # - exhaustivestruct
43
# - exportloopref
44
# - funlen
45
- forbidigo
@@ -52,25 +51,19 @@ 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
- perfsprint
72
# - rowserrcheck
73
- # - scopelint
74
# - sqlclosecheck
75
- staticcheck
76
# - stylecheck
0 commit comments