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('data')
|
||||
->notPath('3rdparty')
|
||||
->notPath('build/stubs')
|
||||
->notPath('composer')
|
||||
->notPath('vendor')
|
||||
->in(__DIR__);
|
||||
|
|
Loading…
Reference in New Issue