Skip to content

Commit bb66396

Browse files
committed
chore: add gofumpt to golangci-lint configuration
Enabled the `gofumpt` linter in `.golangci.yml` to enforce stricter formatting rules and ensure consistency with gofumpt standards across the codebase.
1 parent 858b04b commit bb66396

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)