Skip to content

Commit

Permalink
Use gofumpt instead of gofmt in golangci-lint conf
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Oct 13, 2023
1 parent d943f0f commit 3c093dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ linters:
- depguard
- errcheck
- godot
- gofmt
- gofumpt
- goimports
- gosimple
- govet
Expand Down

0 comments on commit 3c093dc

Please sign in to comment.