mirror of https://github.com/ceph/go-ceph
Makefile: make revive check independent of build tags
Signed-off-by: Sven Anderson <sven@redhat.com>
This commit is contained in:
parent
4c8fb2d210
commit
63ae1fcbde
2
Makefile
2
Makefile
|
@ -185,7 +185,7 @@ check-format:
|
|||
check-revive:
|
||||
# Configure project's revive checks using .revive.toml
|
||||
# See: https://github.com/mgechev/revive
|
||||
revive -config .revive.toml $$($(GO_CMD) list ./... | grep -v /vendor/)
|
||||
revive -config .revive.toml $$(find . -name '*.go')
|
||||
|
||||
# Do a quick compile only check of the tests and impliclity the
|
||||
# library code as well.
|
||||
|
|
Loading…
Reference in New Issue