Skip to content

Commit

Permalink
chore(ci): enable gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed May 22, 2024
1 parent f6125e2 commit da6a80e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ issues:
linters:
enable:
- bodyclose
- depguard
- dupl
- exportloopref
- goconst
- godot
- godox
- gofumpt
- goimports
- goprintffuncname
- gosec
Expand All @@ -31,7 +33,6 @@ linters:
- unconvert
- unparam
- whitespace
- depguard

linters-settings:
depguard:
Expand Down

0 comments on commit da6a80e

Please sign in to comment.