-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdeptrac_domains.yaml
34 lines (26 loc) · 951 Bytes
/
deptrac_domains.yaml
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
deptrac:
cache_file: .cache/deptrac_domains.cache
paths:
- ./src
layers:
- name: Blog
collectors:
- { type: classLike, value: ^App\\(?:Domain|Application|Infrastructure)\\Blog\\ }
- name: CV
collectors:
- { type: classLike, value: ^App\\(?:Domain|Application|Infrastructure)\\CV\\ }
- name: Places
collectors:
- { type: classLike, value: ^App\\(?:Domain|Application|Infrastructure)\\Places\\ }
- name: User
collectors:
- { type: classLike, value: ^App\\(?:Domain|Application|Infrastructure)\\User\\ }
- name: Shared
collectors:
- { type: classLike, value: ^App\\(?:Domain|Application|Infrastructure)\\Shared\\ }
ruleset:
Blog: [Shared]
CV: [Shared]
Places: [Shared]
User: [Shared]
Shared: ~