]> source.dussan.org Git - nextcloud-server.git/commitdiff
Exclude stubs from code style check
authorDaniel Kesselberg <mail@danielkesselberg.de>
Wed, 15 Jul 2020 20:38:09 +0000 (22:38 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Tue, 18 Aug 2020 06:58:19 +0000 (08:58 +0200)
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
.php_cs.dist

index 0442348cd9d8f67013454f4038eaf248e9f023d0..59781f0f835f69001775eb0cf2d3651455880c6e 100644 (file)
@@ -13,6 +13,7 @@ $config
        ->exclude('config')
        ->exclude('data')
        ->notPath('3rdparty')
+       ->notPath('build/stubs')
        ->notPath('composer')
        ->notPath('vendor')
        ->in(__DIR__);