Skip to content

Commit

Permalink
Dev: Use psalm.xml to decide which files to analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Mar 1, 2021
1 parent 081fb3b commit 3c61e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -56,7 +56,7 @@
"./third_party/bin/phpmd application/models/TemplateConfig.php text tests/rulesets/phpmd_ruleset.xml",
"./third_party/bin/phpmd application/models/TemplateConfiguration.php text tests/rulesets/phpmd_ruleset.xml",
"./third_party/bin/phpmd application/models/TemplateManifest.php text tests/rulesets/phpmd_ruleset.xml",
"./third_party/bin/psalm application/models/services/"
"./third_party/bin/psalm"
]
}
}

0 comments on commit 3c61e4e

Please sign in to comment.