Skip to content

Commit 909f971

Browse files
authored
chore: update deptrac.yaml for qossmic/deptrac compatibility (#1205)
1 parent 17879df commit 909f971

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

deptrac.yaml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -10,90 +10,90 @@ parameters:
1010
collectors:
1111
- type: bool
1212
must:
13-
- type: className
14-
regex: .*[A-Za-z]+Model$
13+
- type: class
14+
value: .*[A-Za-z]+Model$
1515
must_not:
1616
- type: directory
17-
regex: vendor/.*
17+
value: vendor/.*
1818
- name: Vendor Model
1919
collectors:
2020
- type: bool
2121
must:
22-
- type: className
23-
regex: .*[A-Za-z]+Model$
22+
- type: class
23+
value: .*[A-Za-z]+Model$
2424
- type: directory
25-
regex: vendor/.*
25+
value: vendor/.*
2626
- name: Controller
2727
collectors:
2828
- type: bool
2929
must:
30-
- type: className
31-
regex: .*\/Controllers\/.*
30+
- type: class
31+
value: .*\/Controllers\/.*
3232
must_not:
3333
- type: directory
34-
regex: vendor/.*
34+
value: vendor/.*
3535
- name: Vendor Controller
3636
collectors:
3737
- type: bool
3838
must:
39-
- type: className
40-
regex: .*\/Controllers\/.*
39+
- type: class
40+
value: .*\/Controllers\/.*
4141
- type: directory
42-
regex: vendor/.*
42+
value: vendor/.*
4343
- name: Config
4444
collectors:
4545
- type: bool
4646
must:
4747
- type: directory
48-
regex: src/Config/.*
48+
value: src/Config/.*
4949
must_not:
50-
- type: className
51-
regex: .*Services
50+
- type: class
51+
value: .*Services
5252
- type: directory
53-
regex: vendor/.*
53+
value: vendor/.*
5454
- name: Vendor Config
5555
collectors:
5656
- type: bool
5757
must:
5858
- type: directory
59-
regex: vendor/.*/Config/.*
59+
value: vendor/.*/Config/.*
6060
must_not:
61-
- type: className
62-
regex: .*Services
61+
- type: class
62+
value: .*Services
6363
- name: Entity
6464
collectors:
6565
- type: bool
6666
must:
6767
- type: directory
68-
regex: src/Entities/.*
68+
value: src/Entities/.*
6969
must_not:
7070
- type: directory
71-
regex: vendor/.*
71+
value: vendor/.*
7272
- name: Vendor Entity
7373
collectors:
7474
- type: bool
7575
must:
7676
- type: directory
77-
regex: vendor/.*/Entities/.*
77+
value: vendor/.*/Entities/.*
7878
- name: View
7979
collectors:
8080
- type: bool
8181
must:
8282
- type: directory
83-
regex: src/Views/.*
83+
value: src/Views/.*
8484
must_not:
8585
- type: directory
86-
regex: vendor/.*
86+
value: vendor/.*
8787
- name: Vendor View
8888
collectors:
8989
- type: bool
9090
must:
9191
- type: directory
92-
regex: vendor/.*/Views/.*
92+
value: vendor/.*/Views/.*
9393
- name: Service
9494
collectors:
95-
- type: className
96-
regex: .*Services.*
95+
- type: class
96+
value: .*Services.*
9797
ruleset:
9898
Entity:
9999
- Config

0 commit comments

Comments
 (0)