Chore: use golangci-lint config file

This commit is contained in:
Dreamacro
2022-02-19 00:08:51 +08:00
parent a0221bf897
commit 03e4b5d525
3 changed files with 17 additions and 3 deletions

View File

@ -114,7 +114,7 @@ all-arch: $(PLATFORM_LIST) $(WINDOWS_ARCH_LIST)
releases: $(gz_releases) $(zip_releases)
lint:
golangci-lint run --disable-all -E govet -E gofumpt -E megacheck ./...
golangci-lint run ./...
clean:
rm $(BINDIR)/*