Exclude stubs from code style check

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
pull/21787/head
Daniel Kesselberg 4 years ago committed by Morris Jobke
parent dd721fc5de
commit 87d738d9fa
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68

@ -13,6 +13,7 @@ $config
->exclude('config')
->exclude('data')
->notPath('3rdparty')
->notPath('build/stubs')
->notPath('composer')
->notPath('vendor')
->in(__DIR__);

Loading…
Cancel
Save