Exclude stubs from code style check
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
dd721fc5de
commit
87d738d9fa
|
@ -13,6 +13,7 @@ $config
|
||||||
->exclude('config')
|
->exclude('config')
|
||||||
->exclude('data')
|
->exclude('data')
|
||||||
->notPath('3rdparty')
|
->notPath('3rdparty')
|
||||||
|
->notPath('build/stubs')
|
||||||
->notPath('composer')
|
->notPath('composer')
|
||||||
->notPath('vendor')
|
->notPath('vendor')
|
||||||
->in(__DIR__);
|
->in(__DIR__);
|
||||||
|
|
Loading…
Reference in New Issue