mirror of
https://github.com/containers/skopeo.git
synced 2025-06-24 05:48:02 +00:00
Don't use hack/make.sh for validate-gofmt
hack/make.sh now does not make a difference, so simplify. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
85fef03670
commit
bee51e5eed
3
Makefile
3
Makefile
@ -223,7 +223,8 @@ test-all-local: validate-local validate-docs test-unit-local
|
|||||||
|
|
||||||
.PHONY: validate-local
|
.PHONY: validate-local
|
||||||
validate-local:
|
validate-local:
|
||||||
BUILDTAGS="${BUILDTAGS}" hack/make.sh validate-git-marks validate-gofmt
|
BUILDTAGS="${BUILDTAGS}" hack/make.sh validate-git-marks
|
||||||
|
hack/validate-gofmt.sh
|
||||||
hack/validate-lint.sh
|
hack/validate-lint.sh
|
||||||
BUILDTAGS="${BUILDTAGS}" hack/validate-vet.sh
|
BUILDTAGS="${BUILDTAGS}" hack/validate-vet.sh
|
||||||
|
|
||||||
|
@ -23,5 +23,5 @@ else
|
|||||||
echo 'Please reformat the above files using "gofmt -s -w" and commit the result.'
|
echo 'Please reformat the above files using "gofmt -s -w" and commit the result.'
|
||||||
echo
|
echo
|
||||||
} >&2
|
} >&2
|
||||||
false
|
exit 1
|
||||||
fi
|
fi
|
Loading…
Reference in New Issue
Block a user