зеркало из https://github.com/nextcloud/cookbook.git
Do not only filter but exclude paths from search
Signed-off-by: Christian Wolf <github@christianwolf.email>
This commit is contained in:
Родитель
ff20188a45
Коммит
ed6b069ea9
12
.php_cs.dist
12
.php_cs.dist
|
@ -10,13 +10,13 @@ $config = new Config();
|
|||
$config
|
||||
->getFinder()
|
||||
->ignoreVCSIgnored(true)
|
||||
->notPath('build')
|
||||
->notPath('l10n')
|
||||
->exclude('build')
|
||||
->exclude('l10n')
|
||||
// ->notPath('lib/Vendor')
|
||||
->notPath('src')
|
||||
->notPath('node_modules')
|
||||
->notPath('vendor')
|
||||
->notPath('.github')
|
||||
->exclude('src')
|
||||
->exclude('node_modules')
|
||||
->exclude('vendor')
|
||||
->exclude('.github')
|
||||
->in(__DIR__);
|
||||
return $config;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче