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:
parent
4aa2600b65
commit
61449a15a1
1
Makefile
1
Makefile
@ -180,7 +180,6 @@ lint: lint-check-deps
|
|||||||
--enable=varcheck \
|
--enable=varcheck \
|
||||||
--enable=golint \
|
--enable=golint \
|
||||||
--deadline 300s \
|
--deadline 300s \
|
||||||
--exclude 'return value not checked' \
|
|
||||||
--exclude 'possible misuse of unsafe.Pointer' \
|
--exclude 'possible misuse of unsafe.Pointer' \
|
||||||
--exclude 'x \^ 0 always equals x' \
|
--exclude 'x \^ 0 always equals x' \
|
||||||
src/...
|
src/...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user