Skip to content

Commit

Permalink
Update phpmd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaycalicut17 authored Jan 1, 2025
1 parent d4ef0d2 commit 86e30ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
tools: phpmd

- name: Run PHPMD
run: phpmd . sarif phpmd-ruleset.xml --reportfile phpmd-results.sarif
run: phpmd . sarif cleancode,codesize,controversial,design,naming,unusedcode --reportfile phpmd-results.sarif
continue-on-error: true

- name: Upload analysis results to GitHub
Expand Down

0 comments on commit 86e30ab

Please sign in to comment.