File tree Expand file tree Collapse file tree 4 files changed +1
-27
lines changed
Expand file tree Collapse file tree 4 files changed +1
-27
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ 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 \
1211 -type f -print0 | xargs -0 grep --color " dump(" | grep -v " Yaml::dump(" ) || true
1312
1413# Show detected debug statements
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ find . \( \
3131 -o -path ./.git -prune \
3232 -o -path ./webapp/migrations -prune \
3333 -o -path ./example_problems -prune \
34- -o -path ./judge -prune \
3534 -o -type f \) \
3635 -a -type f | \
3736while 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
3738 webapp/src
3839 webapp/tests
3940 webapp/public
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments