Skip to content

Commit b1f2417

Browse files
committed
[chore]: enable gofumpt formatter
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
1 parent 8da1f98 commit b1f2417

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.golangci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ formatters:
206206
enable:
207207
- gci
208208
- gofmt
209+
- gofumpt
209210
settings:
210211
gci:
211212
sections:
@@ -214,5 +215,7 @@ formatters:
214215
- prefix(github.com/open-telemetry/opentelemetry-operator)
215216
gofmt:
216217
simplify: true
218+
gofumpt:
219+
extra-rules: true
217220
exclusions:
218221
generated: lax

0 commit comments

Comments
 (0)