Skip to content

Commit 160fa27

Browse files
committed
[Delete] Ignore a couple of tests for now
1 parent 9d79d01 commit 160fa27

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/jobs/detect_dump.sh

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

.github/jobs/syntax-check

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

.github/workflows/codestyle.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
parallel-lint --colors
3535
lib/lib.*.php
3636
etc
37-
judge
3837
webapp/src
3938
webapp/tests
4039
webapp/public

0 commit comments

Comments
 (0)