mirror of
https://github.com/minio/minio.git
synced 2026-06-09 00:42:43 -04:00
fix: ruleguard gopath link
This commit is contained in:
parent
7d1734d033
commit
ceff7bcca5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -36,7 +36,7 @@ lint:
|
|||
|
||||
ruleguard:
|
||||
@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.
|
||||
check: test
|
||||
|
|
|
|||
Loading…
Reference in a new issue