pantheon-systems / terminus-build-tools-plugin

Manage multidev environments for a Pantheon site using a GitHub PR workflow.
82 stars 68 forks source link

Build tool plugin doesn't detect phpcs.xml file. #478

Open sandipsmarty opened 1 year ago

sandipsmarty commented 1 year ago

I need to have custom phpcs rulesets and for that I created phpcs.xml (even phpcs.xml.dist file doesn't work) with my custom configurations, but build tool plugin doesn't detect it. To make it work, I have to customise the command (e.g: exclude a specific directory/file) in composer.json file under code-sniff then only it's working...however it should detect phpcs.xml file automatically.