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
+2 -1
View File
@@ -1,7 +1,8 @@
linters:
disable-all: true
enable:
- vet
- gofmt
- govet
- goimports
- misspell
- goconst