Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix check-code-quality #98

@kamilsk

Description

@kamilsk
.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:

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions