forked from akeneo/pim-community-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.scrutinizer.yml
51 lines (50 loc) · 1.3 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
filter:
paths:
- src/*
excluded_paths:
- src/Pim/Bundle/JsFormValidationBundle/Generator/*
tools:
php_mess_detector:
filter:
paths:
- src/*
excluded_paths:
- src/Pim/Bundle/JsFormValidationBundle/Generator/*
php_cs_fixer:
config:
level: all
php_analyzer:
filter:
paths:
- src/*
excluded_paths:
- src/Pim/Bundle/JsFormValidationBundle/Generator/*
php_code_sniffer:
config:
standard: PSR2
filter:
paths:
- src/*
excluded_paths:
- src/Pim/Bundle/JsFormValidationBundle/Generator/*
sensiolabs_security_checker: true
php_cpd:
filter:
paths:
- src/*
excluded_paths:
- src/Pim/Bundle/JsFormValidationBundle/Generator/*
php_loc:
excluded_dirs:
- app/
- features/
- src/Pim/Bundle/JsFormValidationBundle/Generator/*
- vendor/
- web/
php_pdepend:
excluded_dirs:
- app/
- features/
- src/Pim/Bundle/JsFormValidationBundle/Generator/*
- vendor/
- web/