mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°8796 - fix ci jo regression due to code style formatting
This commit is contained in:
@@ -6,7 +6,7 @@ echo $APPROOT;
|
||||
$finder = PhpCsFixer\Finder::create()
|
||||
->in($APPROOT)
|
||||
->exclude(['oql', 'data', 'extensions'])
|
||||
->notPath(['/env-*/', '/cache-*/', 'lib', 'vendor', 'node_modules'])
|
||||
->notPath(['/env-*/', '/cache-*/', 'lib', 'vendor', 'node_modules', 'config-itop', 'php-static-analysis'])
|
||||
;
|
||||
|
||||
$config = new PhpCsFixer\Config();
|
||||
|
||||
Reference in New Issue
Block a user