Skip to content

Commit 9ae434e

Browse files
committed
Revert the 'mistakes'
1 parent defff4e commit 9ae434e

File tree

4 files changed

+1
-27
lines changed

4 files changed

+1
-27
lines changed

.github/jobs/detect_dump.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/jobs/syntax-check

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 | \
3736
while read -r i ; do

.github/workflows/codestyle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
parallel-lint --colors
3535
lib/lib.*.php
3636
etc
37+
judge
3738
webapp/src
3839
webapp/tests
3940
webapp/public

judge/judgedaemon.second.php

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)