Skip to content

Commit 82a30db

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.golangci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ linters:
3434
- importShadow
3535
- nestingReduce
3636
- offBy1
37-
- paramTypeCombine
3837
- rangeValCopy
3938
- regexpMust
4039
- regexpSimplify
@@ -206,6 +205,7 @@ formatters:
206205
enable:
207206
- gci
208207
- gofmt
208+
- gofumpt
209209
settings:
210210
gci:
211211
sections:
@@ -214,5 +214,7 @@ formatters:
214214
- prefix(github.com/open-telemetry/opentelemetry-operator)
215215
gofmt:
216216
simplify: true
217+
gofumpt:
218+
extra-rules: true
217219
exclusions:
218220
generated: lax

0 commit comments

Comments
 (0)