forked from OXID-eSales/graphql-catalogue-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdepfile.yml
34 lines (34 loc) · 838 Bytes
/
depfile.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
# depfile.yml
paths:
- ./src/
- ./vendor/oxid-esales/oxideshop-ce/source/
- ./vendor/oxid-esales/oxideshop-unified-namespace-generator/
layers:
- name: Controller
collectors:
- type: className
regex: .*GraphQL.*Controller.*
- name: Service
collectors:
- type: className
regex: .*GraphQL.*Service.*
- name: Infrastructure
collectors:
- type: className
regex: .*GraphQL.*Repository.*
- type: className
regex: .*GraphQL.*Infrastructure.*
- name: Core
collectors:
- type: directory
regex: .*vendor/oxid-esales/oxideshop-ce/source/.*
- type: directory
regex: .*vendor/oxid-esales/oxideshop-unified-namespace-generator/.*
ruleset:
Controller:
- Service
Service:
- Infrastructure
Infrastructure:
- Core
Core: ~