File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ if [ ! -x /usr/bin/shellcheck ]; then
2525fi
2626
2727find . \( \
28- -path ./webapp/vendor -prune \
29- -o -path ./webapp/var -prune \
30- -o -path ./output -prune \
31- -o -path ./.git -prune \
32- -o -path ./webapp/migrations -prune \
33- -o -path ./example_problems -prune \
34- -o -type f \) \
35- -a -type f | \
28+ -path ./webapp/vendor -prune \
29+ -o -path ./webapp/var -prune \
30+ -o -path ./output -prune \
31+ -o -path ./.git -prune \
32+ -o -path ./webapp/migrations -prune \
33+ -o -path ./example_problems -prune \
34+ -o -path ./webapp/config/reference.php \
35+ -o -type f -print \) | \
3636while read -r i ; do
3737 if [[ " $i " == * \. php ]] || grep -q " ^#\\ !.*php" " $i " && \
3838 echo " $i " | grep -qvE ' (^\./(webapp/resources/adminer)\.php)' ; then
You can’t perform that action at this time.
0 commit comments