Test on scrutinizer

This commit is contained in:
Laurent Destailleur 2022-12-27 16:04:49 +01:00
parent 0b487ef7d9
commit 1f2f1dea2e

View File

@ -8,6 +8,7 @@ build:
override: override:
- command: php-scrutinizer-run - command: php-scrutinizer-run
idle_timeout: 8000 idle_timeout: 8000
- php-scrutinizer-run --sub-project-dir=htdocs/admin
imports: imports:
- javascript - javascript
@ -21,8 +22,9 @@ filter:
- documents/* - documents/*
- node_modules/* - node_modules/*
- test/* - test/*
dependency_paths:
- htdocs/includes/* - htdocs/includes/*
#dependency_paths:
# - htdocs/includes/*
paths: paths:
- htdocs/* - htdocs/*
- scripts/* - scripts/*