1
0
mirror of https://github.com/taigrr/gopher-os synced 2025-01-18 04:43:13 -08:00

lint: add "gofmt -s" to the linter list

This commit is contained in:
Achilleas Anagnostopoulos 2018-03-11 17:38:20 +00:00
parent b46598cb67
commit 3bfbf6389e

View File

@ -184,6 +184,7 @@ lint: lint-check-deps
--enable=unconvert \
--enable=varcheck \
--enable=golint \
--enable=gofmt \
--deadline 300s \
--exclude 'possible misuse of unsafe.Pointer' \
--exclude 'x \^ 0 always equals x' \