Enable gci and gofumpt

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
Mark Sagi-Kazar 2020-11-03 20:49:29 +01:00
parent cafea292ca
commit 84ea790885
No known key found for this signature in database
GPG Key ID: 34CC109EB5ED1C2A
1 changed files with 2 additions and 2 deletions

View File

@ -18,9 +18,11 @@ linters:
- dogsled
- exhaustive
- exportloopref
- gci
- gochecknoinits
- gocritic
- gofmt
- gofumpt
- goimports
- golint
- goprintffuncname
@ -43,12 +45,10 @@ linters:
# TODO: fix linter errors before enabling
# - exhaustivestruct
# - gci
# - gochecknoglobals
# - errorlint
# - gocognit
# - godot
# - gofumpt
# - nlreturn
# - noctx
# - prealloc