mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Excluded checking of directory var from codesniffer
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
<?php
|
||||
$finder = PhpCsFixer\Finder::create()
|
||||
->exclude('var')
|
||||
->in(__DIR__);
|
||||
|
||||
return PhpCsFixer\Config::create()
|
||||
->setRules([
|
||||
'@Symfony' => true,
|
||||
'array_syntax' => ['syntax' => 'short'],
|
||||
])
|
||||
])->setFinder($finder)
|
||||
;
|
||||
|
Reference in New Issue
Block a user