Skip to content

Commit

Permalink
feat: use custom phpmd ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Dec 14, 2023
1 parent e4a67db commit 2e68279
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 @@ -14,4 +14,4 @@ jobs:
coverage: none
tools: phpmd
- name: Run PHPMD
run: phpmd . github cleancode,codesize,controversial,design,naming,unusedcode --exclude 'Tests/*,vendor/*'
run: phpmd . github ruleset.xml --exclude 'Tests/*,vendor/*'

0 comments on commit 2e68279

Please sign in to comment.