mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-09-02 02:12:37 +02:00
Ignore app/cache when runnin g php-cs-fixer
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
$finder = PhpCsFixer\Finder::create()->in([
|
||||
__DIR__ . DIRECTORY_SEPARATOR . 'app',
|
||||
__DIR__ . DIRECTORY_SEPARATOR . 'tests'
|
||||
]);
|
||||
])->notPath('cache');
|
||||
|
||||
return PhpCsFixer\Config::create()->setRules([
|
||||
'@PSR1' => true,
|
||||
|
Reference in New Issue
Block a user