We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fd36bc + 18e64f4 commit 2aca35bCopy full SHA for 2aca35b
1 file changed
bin/scripts/check-external-resources.sh
@@ -10,6 +10,7 @@
10
FILES=$(find api frontend plugins \
11
-type f \
12
\( -name '*.js' -o -name '*.html' -o -name '*.css' -o -name '*.scss' \) \
13
+ ! -name 'config.sample.js' \
14
! -path '*/node_modules/*' \
15
! -path '*/tests/*' \
16
! -path '*/test/*' \
0 commit comments