chore(lint): keep gofumpt disabled
This commit is contained in:
parent
0cbc34c75b
commit
9fd121eb69
|
|
@ -55,6 +55,7 @@ linters:
|
||||||
- varnamelen
|
- varnamelen
|
||||||
- godox # there are a bunch of TODOs that must be solved
|
- godox # there are a bunch of TODOs that must be solved
|
||||||
- gci
|
- gci
|
||||||
|
- gofumpt
|
||||||
# validate
|
# validate
|
||||||
- cyclop
|
- cyclop
|
||||||
- exhaustive
|
- exhaustive
|
||||||
|
|
@ -66,7 +67,6 @@ linters:
|
||||||
- gochecknoinits
|
- gochecknoinits
|
||||||
- gocognit
|
- gocognit
|
||||||
- gocyclo
|
- gocyclo
|
||||||
- gofumpt
|
|
||||||
- interfacer
|
- interfacer
|
||||||
- ireturn
|
- ireturn
|
||||||
- maligned
|
- maligned
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue