enable gofumpt linter

This commit is contained in:
Matthieu MOREL 2021-12-22 23:09:58 +01:00 committed by GitHub
parent 08a73c90a6
commit e232c1083c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ linters:
- errorlint
- gci
- gofmt
- gofumpt
- gosimple
- typecheck
- unparam