From d8ba9c2aa65668947ab377ea1f633645126ce7c5 Mon Sep 17 00:00:00 2001 From: Sebastien Stormacq Date: Fri, 8 Sep 2023 21:06:32 -0500 Subject: [PATCH] ignore swift files part of docc --- 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