Skip to content

Commit 1f82c3b

Browse files
check-source: don't scan HTML inside docc-build directories (#768)
1 parent aeba5ab commit 1f82c3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/check-source

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ EOF
8787
EOF
8888
;;
8989
html)
90+
exceptions=( -path "*/.docc-build/*" )
9091
matching_files=( -name '*.html' )
9192
cat > "$tmp" <<"EOF"
9293
<!--

0 commit comments

Comments
 (0)