8
0

OXDEV-3559 Add deptrack config file

Dieser Commit ist enthalten in:
Florian Engelhardt 2020-07-09 21:15:00 +02:00
Ursprung 3dc41fd0fe
Commit cfb85dacad
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 39B8DAD75A95B500

32
depfile.yml Normale Datei
Datei anzeigen

@ -0,0 +1,32 @@
# 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: ~