forked from mirrors/statsd_exporter
Manually sync Makefile.common
to unstick the repo-sync PR Signed-off-by: Matthias Rampke <matthias@prometheus.io>
This commit is contained in:
parent
1f53a743c7
commit
42158f5cca
1 changed files with 4 additions and 0 deletions
|
@ -201,7 +201,11 @@ endif
|
|||
.PHONY: common-yamllint
|
||||
common-yamllint:
|
||||
@echo ">> running yamllint on all YAML files in the repository"
|
||||
ifeq (, $(shell which yamllint))
|
||||
@echo "yamllint not installed so skipping"
|
||||
else
|
||||
yamllint .
|
||||
endif
|
||||
|
||||
# For backward-compatibility.
|
||||
.PHONY: common-staticcheck
|
||||
|
|
Loading…
Reference in a new issue