We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a7a5b4 commit 36ab064Copy full SHA for 36ab064
.golangci.yaml
@@ -110,6 +110,7 @@ linters-settings:
110
require-specific: true
111
stylecheck:
112
dot-import-whitelist:
113
+ - github.com/majewsky/gg/option
114
- github.com/onsi/ginkgo/v2
115
- github.com/onsi/gomega
116
usestdlibvars:
@@ -124,7 +125,6 @@ linters-settings:
124
125
time-weekday: true
126
tls-signature-scheme: true
127
usetesting:
- os-setenv: true
128
os-temp-dir: true
129
whitespace:
130
# Enforce newlines (or comments) after multi-line function signatures.
@@ -169,7 +169,6 @@ linters:
169
- sqlclosecheck
170
- staticcheck
171
- stylecheck
172
- - tenv
173
- typecheck
174
- unconvert
175
- unparam
0 commit comments