|
@@ -5,12 +5,13 @@ imports:
|
|
|
|
|
|
filter:
|
|
filter:
|
|
excluded_paths:
|
|
excluded_paths:
|
|
- - 'build/*'
|
|
|
|
- - 'dev/*'
|
|
|
|
- - 'doc/*'
|
|
|
|
- - 'test/*'
|
|
|
|
- - 'htdocs/includes/*'
|
|
|
|
- paths: { }
|
|
|
|
|
|
+ - build/*
|
|
|
|
+ - dev/*
|
|
|
|
+ - doc/*
|
|
|
|
+ - test/*
|
|
|
|
+ paths:
|
|
|
|
+ - htdocs/*
|
|
|
|
+ - scripts/*
|
|
|
|
|
|
tools:
|
|
tools:
|
|
# php_analyzer. Doc on https://scrutinizer-ci.com/docs/tools/php/php-analyzer/
|
|
# php_analyzer. Doc on https://scrutinizer-ci.com/docs/tools/php/php-analyzer/
|
|
@@ -18,15 +19,18 @@ tools:
|
|
enabled: true
|
|
enabled: true
|
|
extensions:
|
|
extensions:
|
|
- php
|
|
- php
|
|
- dependency_paths: { }
|
|
|
|
|
|
+ dependency_paths:
|
|
|
|
+ - htdocs/includes/
|
|
filter:
|
|
filter:
|
|
excluded_paths:
|
|
excluded_paths:
|
|
- - 'build/*'
|
|
|
|
- - 'dev/*'
|
|
|
|
- - 'doc/*'
|
|
|
|
- - 'test/*'
|
|
|
|
- - 'htdocs/includes/*'
|
|
|
|
- paths: { }
|
|
|
|
|
|
+ - build/*
|
|
|
|
+ - dev/*
|
|
|
|
+ - doc/*
|
|
|
|
+ - test/*
|
|
|
|
+ - htdocs/includes/*
|
|
|
|
+ paths:
|
|
|
|
+ - htdocs/
|
|
|
|
+ - scripts/
|
|
config:
|
|
config:
|
|
parameter_reference_check:
|
|
parameter_reference_check:
|
|
enabled: true
|
|
enabled: true
|