Skip to content

Commit de056d3

Browse files
Update index.php for PMD debug mode
1 parent acf4cd3 commit de056d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
/* ---------- 4. Build the exact command (full path) ---------- */
4747
$cmd = sprintf(
48-
'/usr/local/bin/pmd check -d %s -R %s -f json 2>&1',
48+
'/usr/local/bin/pmd check -d %s -R %s -f json -v 2>&1',
4949
escapeshellarg($srcFile),
5050
escapeshellarg($rulesFile)
5151
);

0 commit comments

Comments
 (0)