Add gofmt to golangci-lint

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera 2020-02-18 13:19:04 +01:00
parent 4750f32ab6
commit b2a0ad68dd
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

View File

@ -1,7 +1,8 @@
linters:
disable-all: true
enable:
- vet
- gofmt
- govet
- goimports
- misspell
- goconst