Skip to content

Commit

Permalink
golangci-lint: enable gofumpt linter
Browse files Browse the repository at this point in the history
  • Loading branch information
fho committed Nov 12, 2024
1 parent 680f2b5 commit e8f217a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ linters:
- errorlint
- gocritic
- godox
- gofumpt
- goimports
- goprintffuncname
- gosimple
Expand All @@ -36,3 +37,6 @@ linters-settings:
godox:
keywords:
- FIXME
gofumpt:
module-path: github.com/simplesurance/baur/v5
extra-rules: true

0 comments on commit e8f217a

Please sign in to comment.