From 272719ed1cba6836ea0a597bb9767754eeb1e0d4 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 23 Nov 2023 10:22:52 +0100 Subject: [PATCH] fix(CI): Also apply codestyle to apps/ folder even when it's VCS ignored itself Signed-off-by: Joas Schilling Signed-off-by: Benjamin Gaussorgues --- .php-cs-fixer.dist.php | 1 + 1 file changed, 1 insertion(+) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 2058f8d0d65..a360624b553 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -20,6 +20,7 @@ $config ->notPath('composer') ->notPath('node_modules') ->notPath('vendor') + ->in('apps') ->in(__DIR__); // Ignore additional app directories