Skip to content

Commit c7175cc

Browse files
authored
Merge pull request #888 from prometheus/repo_sync
Synchronize common files from prometheus/prometheus
2 parents 1965365 + e23b9ce commit c7175cc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Makefile.common

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ endif
118118
%: common-% ;
119119

120120
.PHONY: common-all
121-
common-all: precheck style check_license lint unused build test
121+
common-all: precheck style check_license lint yamllint unused build test
122122

123123
.PHONY: common-style
124124
common-style:
@@ -198,6 +198,11 @@ else
198198
endif
199199
endif
200200

201+
.PHONY: common-yamllint
202+
common-yamllint:
203+
@echo ">> running yamllint on all YAML files in the repository"
204+
yamllint .
205+
201206
# For backward-compatibility.
202207
.PHONY: common-staticcheck
203208
common-staticcheck: lint

0 commit comments

Comments
 (0)