diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php new file mode 100644 index 0000000..e9add4a --- /dev/null +++ b/.php-cs-fixer.dist.php @@ -0,0 +1,21 @@ +getFinder() + ->in( + [__DIR__ . '/src', __DIR__ . '/tests', __DIR__ . '/tests/benchmarks', __DIR__ . '/tests/static-analysis'] + ); + +return $config; diff --git a/grumphp.yml b/grumphp.yml index c935720..5fb79fd 100644 --- a/grumphp.yml +++ b/grumphp.yml @@ -8,6 +8,7 @@ parameters: # PHP CS Fixer tasks.phpcsfixer.diff: true + tasks.phpcsfixer.config: .php-cs-fixer.dist.php # PHPCS tasks.phpcs.ignore_patterns: