diff --git a/.gitignore b/.gitignore index d4f69379..bf60f8c0 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ /tools .phpunit.result.cache .phpunit.cache +.phpcs.cache # OS generated files # ###################### diff --git a/composer.json b/composer.json index 99fdc9cc..1f7c36dc 100644 --- a/composer.json +++ b/composer.json @@ -69,8 +69,8 @@ "@cs-check", "@test" ], - "cs-check": "phpcs --colors -p", - "cs-fix": "phpcbf --colors -p", + "cs-check": "phpcs", + "cs-fix": "phpcbf", "phpstan": "tools/phpstan analyse", "stan": "@phpstan", "stan-baseline": "tools/phpstan --generate-baseline", diff --git a/phpcs.xml b/phpcs.xml index 0cccd4f6..9666feee 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -4,4 +4,9 @@ src/ tests/ + + + + +