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/*