chore(lint): keep gci disabled
This commit is contained in:
parent
3ed1893824
commit
0cbc34c75b
|
|
@ -54,6 +54,7 @@ linters:
|
||||||
# keep
|
# keep
|
||||||
- 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
|
||||||
# validate
|
# validate
|
||||||
- cyclop
|
- cyclop
|
||||||
- exhaustive
|
- exhaustive
|
||||||
|
|
@ -61,7 +62,6 @@ linters:
|
||||||
- exhaustruct
|
- exhaustruct
|
||||||
- forbidigo
|
- forbidigo
|
||||||
- funlen
|
- funlen
|
||||||
- gci
|
|
||||||
- gochecknoglobals
|
- gochecknoglobals
|
||||||
- gochecknoinits
|
- gochecknoinits
|
||||||
- gocognit
|
- gocognit
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue