Revert to common-files lint-yaml after fixing failure in common-files (#8257)

* Use the common-files lint-yaml moving from pipefail to a file removed

* Try a common-files changes

* revert common-file change
This commit is contained in:
Eric Van Norman 2020-10-05 08:44:36 -05:00 committed by GitHub
parent e81b3c3336
commit 4fd2be298a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 8 deletions

View File

@ -99,18 +99,13 @@ opt:
clean:
@rm -fr resources .htmlproofer tmp generated public out samples install go tests/integration/ manifests
# Use docs-lint-yaml as a target around the common-files lint-yaml, but set +o pipefail for that call
# otherwise it fails.
docs-lint-yaml:
@set +o pipefail; $(MAKE) -f common/Makefile.common.mk lint-yaml
lint: clean_public build_nominify lint-copyright-banner lint-python docs-lint-yaml lint-dockerfiles lint-scripts lint-sass lint-typescript lint-go
lint: clean_public build_nominify lint-copyright-banner lint-python lint-yaml lint-dockerfiles lint-scripts lint-sass lint-typescript lint-go
@scripts/lint_site.sh
lint-en: clean_public build_nominify lint-copyright-banner lint-python docs-lint-yaml lint-dockerfiles lint-scripts lint-sass lint-typescript lint-go
lint-en: clean_public build_nominify lint-copyright-banner lint-python lint-yaml lint-dockerfiles lint-scripts lint-sass lint-typescript lint-go
@scripts/lint_site.sh en
lint-fast: clean_public build_nominify lint-copyright-banner lint-python docs-lint-yaml lint-dockerfiles lint-scripts lint-sass lint-typescript lint-go
lint-fast: clean_public build_nominify lint-copyright-banner lint-python lint-yaml lint-dockerfiles lint-scripts lint-sass lint-typescript lint-go
@SKIP_LINK_CHECK=true scripts/lint_site.sh en
serve: site