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

lint: enable check for proper handling of return values

This commit is contained in:
Achilleas Anagnostopoulos 2017-11-22 07:03:56 +00:00
parent 4aa2600b65
commit 61449a15a1

View File

@ -180,7 +180,6 @@ lint: lint-check-deps
--enable=varcheck \
--enable=golint \
--deadline 300s \
--exclude 'return value not checked' \
--exclude 'possible misuse of unsafe.Pointer' \
--exclude 'x \^ 0 always equals x' \
src/...