We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cdbdf2 commit d4e0f15Copy full SHA for d4e0f15
.golangci.yaml
@@ -32,7 +32,6 @@ linters:
32
- hugeParam
33
- importShadow
34
- offBy1
35
- - paramTypeCombine
36
- rangeValCopy
37
- regexpMust
38
- regexpSimplify
@@ -204,6 +203,7 @@ formatters:
204
203
enable:
205
- gci
206
- gofmt
+ - gofumpt
207
settings:
208
gci:
209
sections:
@@ -212,5 +212,7 @@ formatters:
212
- prefix(github.com/open-telemetry/opentelemetry-operator)
213
gofmt:
214
simplify: true
215
+ gofumpt:
216
+ extra-rules: true
217
exclusions:
218
generated: lax
0 commit comments