Skip to content

Commit

Permalink
Fix deptrac file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Oct 3, 2022
1 parent 26abb40 commit 97e5f63
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 31 deletions.
31 changes: 0 additions & 31 deletions depfile.yaml

This file was deleted.

32 changes: 32 additions & 0 deletions deptrac.yaml
@@ -0,0 +1,32 @@
parameters:
paths:
- ./Content

layers:
- name: UserInterface
collectors:
- type: directory
regex: UserInterface/.*
- name: Infrastructure
collectors:
- type: directory
regex: Infrastructure/.*
- name: Application
collectors:
- type: directory
regex: Application/.*
- name: Domain
collectors:
- type: directory
regex: Domain/.*

ruleset:
UserInterface:
- Application
- Domain
Infrastructure:
- Application
- Domain
Application:
- Domain
Domain: ~

0 comments on commit 97e5f63

Please sign in to comment.