Skip to content

Commit 2aca35b

Browse files
authored
Merge pull request #7214 from Countly/ar2rsawseen/master2
Add more exclusions to the script
2 parents 0fd36bc + 18e64f4 commit 2aca35b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/scripts/check-external-resources.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
FILES=$(find api frontend plugins \
1111
-type f \
1212
\( -name '*.js' -o -name '*.html' -o -name '*.css' -o -name '*.scss' \) \
13+
! -name 'config.sample.js' \
1314
! -path '*/node_modules/*' \
1415
! -path '*/tests/*' \
1516
! -path '*/test/*' \

0 commit comments

Comments
 (0)