Skip to content

Commit

Permalink
ignore swift files part of docc (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsto committed Sep 11, 2023
1 parent e221dd8 commit 5d300b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/soundness.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d300b2

Please sign in to comment.