Skip to content

Commit

Permalink
Merge pull request #888 from prometheus/repo_sync
Browse files Browse the repository at this point in the history
Synchronize common files from prometheus/prometheus
  • Loading branch information
kakkoyun committed Jul 15, 2021
2 parents 1965365 + e23b9ce commit c7175cc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile.common
Expand Up @@ -118,7 +118,7 @@ endif
%: common-% ;

.PHONY: common-all
common-all: precheck style check_license lint unused build test
common-all: precheck style check_license lint yamllint unused build test

.PHONY: common-style
common-style:
Expand Down Expand Up @@ -198,6 +198,11 @@ else
endif
endif

.PHONY: common-yamllint
common-yamllint:
@echo ">> running yamllint on all YAML files in the repository"
yamllint .

# For backward-compatibility.
.PHONY: common-staticcheck
common-staticcheck: lint
Expand Down

0 comments on commit c7175cc

Please sign in to comment.