mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 09:16:21 +01:00
33 lines
568 B
YAML
33 lines
568 B
YAML
|
filter:
|
||
|
excluded_paths:
|
||
|
- 'Documentation/*'
|
||
|
- 'Resources/JavaScript/*'
|
||
|
paths:
|
||
|
- 'Classes/*'
|
||
|
tools:
|
||
|
|
||
|
php_cpd:
|
||
|
enabled: true
|
||
|
|
||
|
php_code_sniffer:
|
||
|
enabled: true
|
||
|
config:
|
||
|
standard: TYPO3CMS
|
||
|
|
||
|
php_hhvm:
|
||
|
enabled: true
|
||
|
config:
|
||
|
use_undeclared_constant: false
|
||
|
|
||
|
php_mess_detector:
|
||
|
enabled: true
|
||
|
config:
|
||
|
controversial_rules:
|
||
|
superglobals: false
|
||
|
|
||
|
php_pdepend:
|
||
|
enabled: true
|
||
|
|
||
|
php_analyzer:
|
||
|
enabled: true
|