mirror of
https://github.com/minio/minio.git
synced 2025-04-21 11:04:20 -04:00
fix: ruleguard gopath link
This commit is contained in:
parent
7d1734d033
commit
ceff7bcca5
2
Makefile
2
Makefile
@ -36,7 +36,7 @@ lint:
|
|||||||
|
|
||||||
ruleguard:
|
ruleguard:
|
||||||
@echo "Running $@ check"
|
@echo "Running $@ check"
|
||||||
@ruleguard -rules ruleguard.rules.go github.com/minio/minio/...
|
@${GOPATH}/bin/ruleguard -rules ruleguard.rules.go github.com/minio/minio/...
|
||||||
|
|
||||||
# Builds minio, runs the verifiers then runs the tests.
|
# Builds minio, runs the verifiers then runs the tests.
|
||||||
check: test
|
check: test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user