From 1f2f1dea2eea34973648701ae66d17a05b5d4a67 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 27 Dec 2022 16:04:49 +0100 Subject: [PATCH] Test on scrutinizer --- .scrutinizer.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index c1cb2e853f1..92c4fa93526 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -8,6 +8,7 @@ build: override: - command: php-scrutinizer-run idle_timeout: 8000 + - php-scrutinizer-run --sub-project-dir=htdocs/admin imports: - javascript @@ -21,8 +22,9 @@ filter: - documents/* - node_modules/* - test/* - dependency_paths: - htdocs/includes/* + #dependency_paths: + # - htdocs/includes/* paths: - htdocs/* - scripts/*