forked from SolidInvoice/SolidInvoice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.scrutinizer.yml
40 lines (38 loc) · 1.2 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
filter:
excluded_paths: [vendor/*, web/*, app/*, bin/*]
paths:
- 'src/*'
before_commands:
- composer install
tools:
php_mess_detector:
filter:
excluded_paths: [vendor/*, web/*, app/*, bin/*]
config:
naming_rules: { boolean_method_name: true }
controversial_rules: { camel_case_class_name: true, camel_case_property_name: true, camel_case_method_name: true, camel_case_parameter_name: true, camel_case_variable_name: true }
php_cpd:
filter:
excluded_paths: [vendor/*, web/*, app/*, bin/*]
php_pdepend: true
js_hint:
filter:
excluded_paths: [vendor/*, web/*, app/*, bin/*]
php_cs_fixer:
filter:
excluded_paths: [vendor/*, web/*, app/*, bin/*]
config:
level: all
php_analyzer: true
php_code_sniffer:
filter:
excluded_paths: [vendor/*, web/*, app/*, bin/*]
config:
standard: PSR2
sensiolabs_security_checker:
filter:
excluded_paths: [vendor/*, web/*, app/*, bin/*]
php_loc: true
external_code_coverage:
filter:
excluded_paths: [vendor/*, web/*, app/*, bin/*]