]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(CI): Also apply codestyle to apps/ folder even when it's VCS ignored itself
authorJoas Schilling <coding@schilljs.com>
Thu, 23 Nov 2023 09:22:52 +0000 (10:22 +0100)
committerBenjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Thu, 23 Nov 2023 09:36:13 +0000 (10:36 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
.php-cs-fixer.dist.php

index 2058f8d0d65b9d6ed348e9d74379c35eccc6c1d6..a360624b553d484cd20e467df214d124b86405e5 100644 (file)
@@ -20,6 +20,7 @@ $config
        ->notPath('composer')
        ->notPath('node_modules')
        ->notPath('vendor')
+       ->in('apps')
        ->in(__DIR__);
 
 // Ignore additional app directories