Add gofmt to golangci-lint
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
4750f32ab6
commit
b2a0ad68dd
@ -1,7 +1,8 @@
|
|||||||
linters:
|
linters:
|
||||||
disable-all: true
|
disable-all: true
|
||||||
enable:
|
enable:
|
||||||
- vet
|
- gofmt
|
||||||
|
- govet
|
||||||
- goimports
|
- goimports
|
||||||
- misspell
|
- misspell
|
||||||
- goconst
|
- goconst
|
||||||
|
Loading…
Reference in New Issue
Block a user