We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e221dd8 commit 5d300b2Copy full SHA for 5d300b2
scripts/soundness.sh
@@ -130,6 +130,7 @@ EOF
130
find . \
131
\( \! -path '*/.build/*' -a \
132
\( \! -path '*/.git/*' \) -a \
133
+ \( \! -path '*/Documentation.docc/*' \) -a \
134
\( "${matching_files[@]}" \) -a \
135
\( \! \( "${exceptions[@]}" \) \) \) | while read line; do
136
if [[ "$(cat "$line" | replace_acceptable_years | head -n $expected_lines | shasum)" != "$expected_sha" ]]; then
0 commit comments