Skip to content

Commit

Permalink
Remove gofumpt linter
Browse files Browse the repository at this point in the history
`gofmt` is the common standard. It is good enough.
  • Loading branch information
matthiasr committed Mar 3, 2024
1 parent 28ffe28 commit 4726373
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ run:
linters:
enable:
- errorlint
- gofumpt
- goimports
- staticcheck
disable-all: true
Expand Down

0 comments on commit 4726373

Please sign in to comment.