File tree 5 files changed +18
-18
lines changed
5 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ parameters:
9
9
regex : App\\.*
10
10
- name : Contract
11
11
collectors :
12
- - type : directory
13
- regex : src/[^/]*/ Contracts/ .*
12
+ - type : className
13
+ regex : Laracon\\[^\\]*\\ Contracts\\ .*
14
14
- name : Laravel
15
15
collectors :
16
16
- type : className
Original file line number Diff line number Diff line change @@ -7,18 +7,18 @@ parameters:
7
7
- type : bool
8
8
must :
9
9
- type : className
10
- regex : Inventory\\.*
10
+ regex : Laracon\\ Inventory\\.*
11
11
must_not :
12
12
- type : className
13
- regex : Inventory\\Contracts\\.*
13
+ regex : Laracon\\ Inventory\\Contracts\\.*
14
14
- name : App
15
15
collectors :
16
16
- type : className
17
17
regex : App\\.*
18
18
- name : Contract
19
19
collectors :
20
- - type : directory
21
- regex : src/[^/]*/ Contracts/ .*
20
+ - type : className
21
+ regex : Laracon\\[^\\]*\\ Contracts\\ .*
22
22
- name : Laravel
23
23
collectors :
24
24
- type : className
Original file line number Diff line number Diff line change @@ -7,18 +7,18 @@ parameters:
7
7
- type : bool
8
8
must :
9
9
- type : className
10
- regex : Order\\.*
10
+ regex : Laracon\\ Order\\.*
11
11
must_not :
12
12
- type : className
13
- regex : Order\\Contracts\\.*
13
+ regex : Laracon\\ Order\\Contracts\\.*
14
14
- name : App
15
15
collectors :
16
16
- type : className
17
17
regex : App\\.*
18
18
- name : Contract
19
19
collectors :
20
- - type : directory
21
- regex : src/[^/]*/ Contracts/ .*
20
+ - type : className
21
+ regex : Laracon\\[^\\]*\\ Contracts\\ .*
22
22
- name : Laravel
23
23
collectors :
24
24
- type : className
Original file line number Diff line number Diff line change @@ -7,18 +7,18 @@ parameters:
7
7
- type : bool
8
8
must :
9
9
- type : className
10
- regex : Payment\\.*
10
+ regex : Laracon\\ Payment\\.*
11
11
must_not :
12
12
- type : className
13
- regex : Payment\\Contracts\\.*
13
+ regex : Laracon\\ Payment\\Contracts\\.*
14
14
- name : App
15
15
collectors :
16
16
- type : className
17
17
regex : App\\.*
18
18
- name : Contract
19
19
collectors :
20
- - type : directory
21
- regex : src/[^/]*/ Contracts/ .*
20
+ - type : className
21
+ regex : Laracon\\[^\\]*\\ Contracts\\ .*
22
22
- name : Laravel
23
23
collectors :
24
24
- type : className
Original file line number Diff line number Diff line change @@ -7,18 +7,18 @@ parameters:
7
7
- type : bool
8
8
must :
9
9
- type : className
10
- regex : Shipping\\.*
10
+ regex : Laracon\\ Shipping\\.*
11
11
must_not :
12
12
- type : className
13
- regex : Shipping\\Contracts\\.*
13
+ regex : Laracon\\ Shipping\\Contracts\\.*
14
14
- name : App
15
15
collectors :
16
16
- type : className
17
17
regex : App\\.*
18
18
- name : Contract
19
19
collectors :
20
- - type : directory
21
- regex : src/[^/]*/ Contracts/ .*
20
+ - type : className
21
+ regex : Laracon\\[^\\]*\\ Contracts\\ .*
22
22
- name : Laravel
23
23
collectors :
24
24
- type : className
You can’t perform that action at this time.
0 commit comments