Meta: Exclude cloned WPT repo from linting by check-markdown.sh

This commit is contained in:
Aliaksandr Kalenik 2023-06-13 22:33:03 +03:00 committed by Andreas Kling
parent 0677270a3e
commit edf11b3809
Notes: sideshowbarker 2024-07-17 07:20:57 +09:00

View file

@ -23,4 +23,4 @@ if [ -z "$SERENITY_SOURCE_DIR" ] ; then
export SERENITY_SOURCE_DIR
fi
find AK Base Documentation Kernel Meta Ports Tests Userland -type f -name '*.md' -print0 | xargs -0 "${MARKDOWN_CHECK_BINARY}" README.md CONTRIBUTING.md
find AK Base Documentation Kernel Meta Ports Tests Userland -path Tests/LibWeb/WPT/wpt -prune -o -type f -name '*.md' -print0 | xargs -0 "${MARKDOWN_CHECK_BINARY}" README.md CONTRIBUTING.md