Codebase list prometheus-haproxy-exporter / 944c5f1
Update common Prometheus files (#222) Signed-off-by: prombot <prometheus-team@googlegroups.com> PrometheusBot authored 2 years ago GitHub committed 2 years ago
1 changed file(s) with 10 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
117117 %: common-% ;
118118
119119 .PHONY: common-all
120 common-all: precheck style check_license lint unused build test
120 common-all: precheck style check_license lint yamllint unused build test
121121
122122 .PHONY: common-style
123123 common-style:
197197 endif
198198 endif
199199
200 .PHONY: common-yamllint
201 common-yamllint:
202 @echo ">> running yamllint on all YAML files in the repository"
203 ifeq (, $(shell which yamllint))
204 @echo "yamllint not installed so skipping"
205 else
206 yamllint .
207 endif
208
200209 # For backward-compatibility.
201210 .PHONY: common-staticcheck
202211 common-staticcheck: lint