We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1965365 + e23b9ce commit c7175ccCopy full SHA for c7175cc
Makefile.common
@@ -118,7 +118,7 @@ endif
118
%: common-% ;
119
120
.PHONY: common-all
121
-common-all: precheck style check_license lint unused build test
+common-all: precheck style check_license lint yamllint unused build test
122
123
.PHONY: common-style
124
common-style:
@@ -198,6 +198,11 @@ else
198
endif
199
200
201
+.PHONY: common-yamllint
202
+common-yamllint:
203
+ @echo ">> running yamllint on all YAML files in the repository"
204
+ yamllint .
205
+
206
# For backward-compatibility.
207
.PHONY: common-staticcheck
208
common-staticcheck: lint
0 commit comments