From 5d300b2e1bb5b78a6ea2018f6988e2e37f630336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Stormacq?= Date: Mon, 11 Sep 2023 11:30:19 -0500 Subject: [PATCH] ignore swift files part of docc (#307) --- scripts/soundness.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/soundness.sh b/scripts/soundness.sh index bd321f62..353359d8 100755 --- a/scripts/soundness.sh +++ b/scripts/soundness.sh @@ -130,6 +130,7 @@ EOF find . \ \( \! -path '*/.build/*' -a \ \( \! -path '*/.git/*' \) -a \ + \( \! -path '*/Documentation.docc/*' \) -a \ \( "${matching_files[@]}" \) -a \ \( \! \( "${exceptions[@]}" \) \) \) | while read line; do if [[ "$(cat "$line" | replace_acceptable_years | head -n $expected_lines | shasum)" != "$expected_sha" ]]; then