diff --git a/.gitignore b/.gitignore index a0c6cf0..f6569b2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ /vendor .phpunit.cache .phpunit.result.cache +.phpcs.cache # OS generated files # ###################### diff --git a/composer.json b/composer.json index aa28c20..871f5f7 100644 --- a/composer.json +++ b/composer.json @@ -67,8 +67,8 @@ "@stan", "@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 09e5ae9..8e40281 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -4,6 +4,11 @@ src/ tests/ - + + + + + + tests/comparisons/*