Skip to content

Commit 31021ee

Browse files
authored
Merge pull request #4672 from kersten/chore/enable-gofumpt-linter
🌱 (chore): add gofumpt to golangci-lint configuration
2 parents 6acdbd2 + bb66396 commit 31021ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ linters:
7474
- goconst
7575
- gocyclo
7676
- gofmt
77+
- gofumpt
7778
- goimports
7879
- gosimple
7980
- govet

0 commit comments

Comments
 (0)