wunderio / code-quality-old

0 stars 0 forks source link

Phpcs.xml in project #9

Open ragnarkurmwunder opened 5 years ago

ragnarkurmwunder commented 5 years ago

We need to add feature in the pre-commit hook to check if the phpcs.xml already exists in the project root and use that instead. If it does not exist, then it'll use the one in the composer package.

Our version is quite strict compared to Wunder's loose phpcs.xml - even array short notation gives errors.