Skip to content

Commit a2d44a6

Browse files
Do not check reference file for dumps
1 parent eb874e1 commit a2d44a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
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+
-path "./webapp/config/reference.php" -prune -o \
1112
-type f -print0 | xargs -0 grep --color "dump(" | grep -v "Yaml::dump(") || true
1213

1314
# Show detected debug statements

0 commit comments

Comments
 (0)