forked from TYPO3-Solr/ext-solrfluidgrouping
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.scrutinizer.yml
63 lines (54 loc) · 1.16 KB
/
.scrutinizer.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
filter:
excluded_paths:
- 'Documentation/*'
- 'Tests/*'
- 'Resources/Public/JavaScript/*'
paths:
- 'Classes/*'
- 'Configuration/*'
dependency_paths:
- ".Build/vendor"
tools:
php_cpd:
enabled: true
php_code_sniffer:
enabled: true
config:
standard: TYPO3CMS
# we do this on GitHub actions
php_cs_fixer:
enabled: false
php_mess_detector:
enabled: true
config:
controversial_rules:
superglobals: false
php_pdepend:
enabled: true
php_analyzer:
enabled: true
external_code_coverage:
runs: 2
timeout: 2400
checks:
php:
excluded_dependencies:
- typo3/cms-install
avoid_superglobals: false
build:
environment:
# We want to test with the smallest supported by TYPO3 PHP version
php: 7.2
dependencies:
override:
- composer install --dev --no-interaction --no-scripts
nodes:
analysis:
dependencies:
after:
- composer require --dev squizlabs/php_codesniffer:^3.6
# tests:
# override:
# - php-scrutinizer-run
# - command: phpcs-run
# use_website_config: false