Updated PHPCS config

This commit is contained in:
Gregory Ballantine 2022-03-06 22:45:15 -05:00
parent c36a97b62e
commit 0dc0cc4ef7
2 changed files with 9 additions and 0 deletions

2
.gitignore vendored
View File

@ -4,3 +4,5 @@ vendor/
# ignore config file
config/config.yaml
# PHP_Codesniffer cache
.phpcs-cache

View File

@ -4,6 +4,13 @@
<description>PHPCS configuration file.</description>
<arg name="basepath" value="." />
<arg name="extensions" value="php" />
<arg name="colors" />
<arg name="cache" value=".phpcs-cache" />
<arg value="p" />
<arg value="s" />
<!-- pigeon.php is the only file to check currently -->
<file>pigeon.php</file>