Automator: update common-files@master in istio/istio.io@master (#7735)

This commit is contained in:
Istio Automation 2020-07-15 11:29:43 -07:00 committed by GitHub
parent 4a2f13856d
commit edd7f2093f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -1 +1 @@
d36a13b2f7a388d674fb1b21c1389b96d7727dc5
5e72738991d43a8cad79537b451f8fd30b606fb1

View File

@ -52,9 +52,8 @@ lint-python:
lint-markdown:
@${FINDFILES} -name '*.md' -print0 | ${XARGS} mdl --ignore-front-matter --style common/config/mdl.rb
# TODO(tbarrella): clean up fallback
lint-links:
@${FINDFILES} -name '*.md' -print0 | ${XARGS} awesome_bot --skip-save-results --allow_ssl --allow-timeout --allow-dupe --allow-redirect --white-list ${MARKDOWN_LINT_ALLOWLIST:-${MARKDOWN_LINT_WHITELIST}}
@${FINDFILES} -name '*.md' -print0 | ${XARGS} awesome_bot --skip-save-results --allow_ssl --allow-timeout --allow-dupe --allow-redirect --white-list ${MARKDOWN_LINT_ALLOWLIST}
lint-sass:
@${FINDFILES} -name '*.scss' -print0 | ${XARGS} sass-lint -c common/config/sass-lint.yml --verbose