David López 37e6995b45 lintpack/gocritic: update lintpack & gocritic versions
update lintpack & gocritic versions to support all the new gocritic checks
2018-12-22 15:34:16 +03:00

15 lines
283 B
Makefile

.PHONY: test ci
%: # stubs to get makefile param for `test-checker` command
@: # see: https://stackoverflow.com/a/6273809/433041
build:
go build cmd/lintpack/build.go cmd/lintpack/main.go
test:
go test -v -count=1 ./...
ci:
go get -t -v ./...
go test -v -count=1 ./...