graphql-module-skeleton/depfile.yml
2020-07-09 21:15:00 +02:00

33 lignes
777 B
YAML

# 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.*
- name: Legacy
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:
- Legacy
Legacy: ~