Skip to content

Commit f9fd9be

Browse files
authored
Ignore .husky in soundness script (#1835)
If you run the soundness script after installing dependencies the .husky folder is included, which contains auto generated and .gitignored code we shouldn't check for soundness.
1 parent 20b4f0f commit f9fd9be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/soundness.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ EOF
102102
\( \! -path './dist/*' -a \
103103
\( \! -path './assets/*' -a \
104104
\( \! -path './coverage/*' -a \
105+
\( \! -path './.husky/*' -a \
105106
\( "${matching_files[@]}" \) \
106107
\) \) \) \) \) \) \)
107108
} | while read -r line; do

0 commit comments

Comments
 (0)