We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da1f98 commit 82a30dbCopy full SHA for 82a30db
.golangci.yaml
@@ -34,7 +34,6 @@ linters:
34
- importShadow
35
- nestingReduce
36
- offBy1
37
- - paramTypeCombine
38
- rangeValCopy
39
- regexpMust
40
- regexpSimplify
@@ -206,6 +205,7 @@ formatters:
206
205
enable:
207
- gci
208
- gofmt
+ - gofumpt
209
settings:
210
gci:
211
sections:
@@ -214,5 +214,7 @@ formatters:
214
- prefix(github.com/open-telemetry/opentelemetry-operator)
215
gofmt:
216
simplify: true
217
+ gofumpt:
218
+ extra-rules: true
219
exclusions:
220
generated: lax
0 commit comments