forked from woocommerce/woocommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.scrutinizer.yml
41 lines (38 loc) · 894 Bytes
/
.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
filter:
excluded_paths:
- tests/*
- apigen/*
- dummy-data/*
- i18n/*
- includes/api/v1/*
- includes/libraries/*
- includes/updates/*
- includes/gateways/simplify-commerce/includes/*
checks:
php:
variable_existence: false
verify_access_scope_valid: false
verify_argument_usable_as_reference: false
verify_property_names: false
no_global_keyword: false
psr2_switch_declaration: false
psr2_control_structure_declaration: false
psr2_class_declaration: false
one_class_per_file: false
no_exit: false
avoid_superglobals: false
avoid_closing_tag: false
tools:
sensiolabs_security_checker: true
php_code_sniffer:
config:
standard: "WordPress"
external_code_coverage:
timeout: 600
coding_style:
php:
upper_lower_casing:
keywords:
general: lower
constants:
true_false_null: lower