Enable gci and gofumpt
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
parent
cafea292ca
commit
84ea790885
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue