Skip to content

Commit

Permalink
Dev: Use custom ruleset for mess detector
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Feb 24, 2021
1 parent ba1d534 commit 21e877d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -48,7 +48,7 @@
"test": [
"! find application/ -type f -name '*.php' -print0 | xargs -I {} -0 -P 0 php -l {} | grep -v 'No syntax error'",
"./third_party/bin/phpcs --standard=tests/rulesets/phpcs_ruleset.xml application/models/services",
"./third_party/bin/phpmd application/models/services/ text unusedcode",
"./third_party/bin/phpmd application/models/services/ text tests/rulesets/phpmd_ruleset.xml",
"./third_party/bin/psalm application/models/services/"
]
}
Expand Down

0 comments on commit 21e877d

Please sign in to comment.