Merge pull request #1272 from filecoin-project/misc/add-gofmt-to-golangcilint

Add gofmt to golangci-lint
This commit is contained in:
Whyrusleeping 2020-02-18 09:23:55 -08:00 committed by GitHub
commit b5d50f2b52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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