Skip to content

Commit f4cd340

Browse files
Prevent subdirectories of deps from being checked
1 parent fcaaabc commit f4cd340

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Taskfile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ tasks:
109109
-type d -name '.licenses' -prune -or \
110110
-type d -name '__pycache__' -prune -or \
111111
-type d -name 'node_modules' -prune -or \
112+
-type d -path './deps/*' -prune -or \
112113
\( \
113114
-regextype posix-extended \
114115
-regex '.*[.](bash|sh)' -and \
@@ -139,6 +140,7 @@ tasks:
139140
-type d -name '.licenses' -prune -or \
140141
-type d -name '__pycache__' -prune -or \
141142
-type d -name 'node_modules' -prune -or \
143+
-type d -path './deps/*' -prune -or \
142144
\( \
143145
-regextype posix-extended \
144146
-regex '.*[.](bash|sh)' -and \

0 commit comments

Comments
 (0)