File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed
Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ OUT=$(find ./ -name ".git*" -type d -prune -o \
88 -name " bundles" -prune -o \
99 -name " cache" -type d -prune -o \
1010 -name " ace" -type d -prune -o \
11+ -name " judge" -type d -prune -o \
1112 -type f -print0 | xargs -0 grep --color " dump(" | grep -v " Yaml::dump(" ) || true
1213
1314# Show detected debug statements
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ find . \( \
3131 -o -path ./.git -prune \
3232 -o -path ./webapp/migrations -prune \
3333 -o -path ./example_problems -prune \
34+ -o -path ./judge -prune \
3435 -o -type f \) \
3536 -a -type f | \
3637while read -r i ; do
Original file line number Diff line number Diff line change 3434 parallel-lint --colors
3535 lib/lib.*.php
3636 etc
37- judge
3837 webapp/src
3938 webapp/tests
4039 webapp/public
You can’t perform that action at this time.
0 commit comments