From db407b0c635306e016827d0fff25f2d50bc53458 Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Tue, 27 Aug 2019 09:34:57 -0500 Subject: [PATCH] Update PHP CS config --- .php_cs => .php_cs.dist | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename .php_cs => .php_cs.dist (63%) diff --git a/.php_cs b/.php_cs.dist similarity index 63% rename from .php_cs rename to .php_cs.dist index 233c4e9..12f4c88 100644 --- a/.php_cs +++ b/.php_cs.dist @@ -1,7 +1,10 @@ getFinder()->in(__DIR__); +$config->getFinder() + ->in(__DIR__ . '/benchmarks') + ->in(__DIR__ . '/src') + ->in(__DIR__ . '/test'); $cacheDir = getenv('TRAVIS') ? getenv('HOME') . '/.php-cs-fixer' : __DIR__;