-
-
Notifications
You must be signed in to change notification settings - Fork 52
/
.scrutinizer.yml
49 lines (48 loc) · 1.09 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
checks:
php:
avoid_closing_tag: false
avoid_superglobals: false
coding_standard:
name: WordPress
no_exit: false
no_global_keyword: false
one_class_per_file: false
psr2_class_declaration: false
psr2_control_structure_declaration: false
psr2_switch_declaration: false
variable_existence: false
verify_access_scope_valid: false
verify_argument_usable_as_reference: false
verify_property_names: false
filter:
excluded_paths:
- 'bin/*'
- 'docs/*'
- 'node_modules/*'
- 'tests/*'
- 'vendor/*/tests/*'
- '*.min.js'
- '*.min.css'
- 'assets/js/vendor/*'
- 'Gulpfile.js'
dependency_paths:
- 'wordpress/'
- 'vendor/'
tools:
php_code_sniffer:
config:
standard: WordPress
build:
environment:
node: 'v11.11.0'
php: '8.0'
mysql: true
apache2:
modules:
- rewrite
nodes:
analysis:
dependencies:
tests:
override:
- php-scrutinizer-run