use correct package name for golint (#53)
This commit is contained in:
parent
2dd771c49e
commit
554e69be2c
2
Makefile
2
Makefile
|
|
@ -59,7 +59,7 @@ predeclared:
|
||||||
# Intentionally omitted from CI, but target here for ad-hoc reports.
|
# Intentionally omitted from CI, but target here for ad-hoc reports.
|
||||||
.PHONY: golint
|
.PHONY: golint
|
||||||
golint:
|
golint:
|
||||||
@go get github.com/golang/lint/golint
|
@go get golang.org/x/lint/golint
|
||||||
golint -min_confidence 0.9 -set_exit_status ./...
|
golint -min_confidence 0.9 -set_exit_status ./...
|
||||||
|
|
||||||
# Intentionally omitted from CI, but target here for ad-hoc reports.
|
# Intentionally omitted from CI, but target here for ad-hoc reports.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue