-
-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
.PHONY: check-code-quality
check-code-quality: ARGS = \
--exclude=".*_test\.go:.*error return value not checked.*\(errcheck\)$$" \
--exclude="duplicate of.*_test.go.*\(dupl\)$$" \
--vendor --deadline=2m ./...
check-code-quality: docker-tool-gometalinter
also define correct deadline: time make check-code-quality
blocked by: