mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#7735)
This commit is contained in:
parent
4a2f13856d
commit
edd7f2093f
|
@ -1 +1 @@
|
||||||
d36a13b2f7a388d674fb1b21c1389b96d7727dc5
|
5e72738991d43a8cad79537b451f8fd30b606fb1
|
||||||
|
|
|
@ -52,9 +52,8 @@ lint-python:
|
||||||
lint-markdown:
|
lint-markdown:
|
||||||
@${FINDFILES} -name '*.md' -print0 | ${XARGS} mdl --ignore-front-matter --style common/config/mdl.rb
|
@${FINDFILES} -name '*.md' -print0 | ${XARGS} mdl --ignore-front-matter --style common/config/mdl.rb
|
||||||
|
|
||||||
# TODO(tbarrella): clean up fallback
|
|
||||||
lint-links:
|
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:
|
lint-sass:
|
||||||
@${FINDFILES} -name '*.scss' -print0 | ${XARGS} sass-lint -c common/config/sass-lint.yml --verbose
|
@${FINDFILES} -name '*.scss' -print0 | ${XARGS} sass-lint -c common/config/sass-lint.yml --verbose
|
||||||
|
|
Loading…
Reference in New Issue