diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 36629c2869..80cc919944 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -ede69bf9f2a14d850aefe09f9fc7d44459821b7a +59a9b9137409574b4f4936bee8fe8f1c9d28feff diff --git a/common/Makefile.common.mk b/common/Makefile.common.mk index 1ec9a81030..3a18fd7ac2 100644 --- a/common/Makefile.common.mk +++ b/common/Makefile.common.mk @@ -63,7 +63,7 @@ lint-typescript: lint-licenses: @if test -d licenses; then license-lint --config common/config/license-lint.yml; fi -lint-all: lint-dockerfiles lint-scripts lint-yaml lint-helm lint-copyright-banner lint-go lint-python lint-markdown lint-sass lint-typescript lint-protos lint-licenses +lint-all: lint-dockerfiles lint-scripts lint-yaml lint-helm lint-copyright-banner lint-go lint-python lint-markdown lint-sass lint-typescript lint-licenses tidy-go: @find -name go.mod -execdir go mod tidy \; @@ -115,4 +115,4 @@ tidy-docker: help: ## Show this help @egrep -h '^[a-zA-Z_\.-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}' -.PHONY: lint-dockerfiles lint-scripts lint-yaml lint-copyright-banner lint-go lint-python lint-helm lint-markdown lint-sass lint-typescript lint-protos lint-all format-go format-python format-protos update-common lint-licenses dump-licenses dump-licenses-csv check-clean-repo tidy-docker help tidy-go mod-download-go +.PHONY: lint-dockerfiles lint-scripts lint-yaml lint-copyright-banner lint-go lint-python lint-helm lint-markdown lint-sass lint-typescript lint-all format-go format-python update-common lint-licenses dump-licenses dump-licenses-csv check-clean-repo tidy-docker help tidy-go mod-download-go