From d2d8d796152c09f6f51beb5c6d1452b13c5cb48a Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Mon, 15 Oct 2018 09:55:26 -0500 Subject: [PATCH] Update CS config --- .php_cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.php_cs b/.php_cs index 233c4e9..8d02bce 100644 --- a/.php_cs +++ b/.php_cs @@ -1,7 +1,10 @@ getFinder()->in(__DIR__); +$config->getFinder() + ->in(__DIR__ . '/examples') + ->in(__DIR__ . '/lib') + ->in(__DIR__ . '/test'); $cacheDir = getenv('TRAVIS') ? getenv('HOME') . '/.php-cs-fixer' : __DIR__;