We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2bd017 commit 682273fCopy full SHA for 682273f
.github/workflows/wp-compatibility-test.yml
@@ -216,7 +216,7 @@ jobs:
216
# Use WordPress-specific PHPMD configuration (WordPress snake_case compatible)
217
echo "Using WordPress-specific PHPMD configuration (WordPress snake_case compatible)..."
218
# Run PHPMD but don't fail the build on naming convention issues
219
- phpmd optimizations-ace-mc.php text phpmd.xml || echo "PHPMD completed with warnings (WordPress naming conventions may differ from PHPMD defaults)"
+ phpmd simple-wp-optimizer.php text phpmd.xml || echo "PHPMD completed with warnings (WordPress naming conventions may differ from PHPMD defaults)"
220
221
- name: Create issue on PHPMD failure
222
if: ${{ failure() }}
0 commit comments