зеркало из https://github.com/nextcloud/server.git
Exclude stubs from code style check
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Родитель
dd721fc5de
Коммит
87d738d9fa
|
@ -13,6 +13,7 @@ $config
|
|||
->exclude('config')
|
||||
->exclude('data')
|
||||
->notPath('3rdparty')
|
||||
->notPath('build/stubs')
|
||||
->notPath('composer')
|
||||
->notPath('vendor')
|
||||
->in(__DIR__);
|
||||
|
|
Загрузка…
Ссылка в новой задаче