Skip to content

Commit 5d300b2

Browse files
authored
ignore swift files part of docc (#307)
1 parent e221dd8 commit 5d300b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/soundness.sh

+1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ EOF
130130
find . \
131131
\( \! -path '*/.build/*' -a \
132132
\( \! -path '*/.git/*' \) -a \
133+
\( \! -path '*/Documentation.docc/*' \) -a \
133134
\( "${matching_files[@]}" \) -a \
134135
\( \! \( "${exceptions[@]}" \) \) \) | while read line; do
135136
if [[ "$(cat "$line" | replace_acceptable_years | head -n $expected_lines | shasum)" != "$expected_sha" ]]; then

0 commit comments

Comments
 (0)