File tree Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -10,90 +10,90 @@ parameters:
10
10
collectors :
11
11
- type : bool
12
12
must :
13
- - type : className
14
- regex : .*[A-Za-z]+Model$
13
+ - type : class
14
+ value : .*[A-Za-z]+Model$
15
15
must_not :
16
16
- type : directory
17
- regex : vendor/.*
17
+ value : vendor/.*
18
18
- name : Vendor Model
19
19
collectors :
20
20
- type : bool
21
21
must :
22
- - type : className
23
- regex : .*[A-Za-z]+Model$
22
+ - type : class
23
+ value : .*[A-Za-z]+Model$
24
24
- type : directory
25
- regex : vendor/.*
25
+ value : vendor/.*
26
26
- name : Controller
27
27
collectors :
28
28
- type : bool
29
29
must :
30
- - type : className
31
- regex : .*\/Controllers\/.*
30
+ - type : class
31
+ value : .*\/Controllers\/.*
32
32
must_not :
33
33
- type : directory
34
- regex : vendor/.*
34
+ value : vendor/.*
35
35
- name : Vendor Controller
36
36
collectors :
37
37
- type : bool
38
38
must :
39
- - type : className
40
- regex : .*\/Controllers\/.*
39
+ - type : class
40
+ value : .*\/Controllers\/.*
41
41
- type : directory
42
- regex : vendor/.*
42
+ value : vendor/.*
43
43
- name : Config
44
44
collectors :
45
45
- type : bool
46
46
must :
47
47
- type : directory
48
- regex : src/Config/.*
48
+ value : src/Config/.*
49
49
must_not :
50
- - type : className
51
- regex : .*Services
50
+ - type : class
51
+ value : .*Services
52
52
- type : directory
53
- regex : vendor/.*
53
+ value : vendor/.*
54
54
- name : Vendor Config
55
55
collectors :
56
56
- type : bool
57
57
must :
58
58
- type : directory
59
- regex : vendor/.*/Config/.*
59
+ value : vendor/.*/Config/.*
60
60
must_not :
61
- - type : className
62
- regex : .*Services
61
+ - type : class
62
+ value : .*Services
63
63
- name : Entity
64
64
collectors :
65
65
- type : bool
66
66
must :
67
67
- type : directory
68
- regex : src/Entities/.*
68
+ value : src/Entities/.*
69
69
must_not :
70
70
- type : directory
71
- regex : vendor/.*
71
+ value : vendor/.*
72
72
- name : Vendor Entity
73
73
collectors :
74
74
- type : bool
75
75
must :
76
76
- type : directory
77
- regex : vendor/.*/Entities/.*
77
+ value : vendor/.*/Entities/.*
78
78
- name : View
79
79
collectors :
80
80
- type : bool
81
81
must :
82
82
- type : directory
83
- regex : src/Views/.*
83
+ value : src/Views/.*
84
84
must_not :
85
85
- type : directory
86
- regex : vendor/.*
86
+ value : vendor/.*
87
87
- name : Vendor View
88
88
collectors :
89
89
- type : bool
90
90
must :
91
91
- type : directory
92
- regex : vendor/.*/Views/.*
92
+ value : vendor/.*/Views/.*
93
93
- name : Service
94
94
collectors :
95
- - type : className
96
- regex : .*Services.*
95
+ - type : class
96
+ value : .*Services.*
97
97
ruleset :
98
98
Entity :
99
99
- Config
You can’t perform that action at this time.
0 commit comments