From 912bcb370ee1d9481095220df1af9b4c44ff23d3 Mon Sep 17 00:00:00 2001 From: Luis Galeas Date: Wed, 25 Sep 2024 17:16:15 +0100 Subject: [PATCH] new depfile for dependency tracking --- .../code/depfile_bounded_context.yml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/application/backend-monorepo-multiservice/code/depfile_bounded_context.yml b/application/backend-monorepo-multiservice/code/depfile_bounded_context.yml index 07bf0f10..d207ce8b 100644 --- a/application/backend-monorepo-multiservice/code/depfile_bounded_context.yml +++ b/application/backend-monorepo-multiservice/code/depfile_bounded_context.yml @@ -6,47 +6,47 @@ deptrac: - name: Aggregate collectors: - type: classLike - value: ^Galeas\\Api\\BoundedContext\\.*\\Aggregate\\.* + value: ^Galeas\\Api\\BoundedContext\\\w*\\\w*\\Aggregate\\.* - name: Command collectors: - type: classLike - value: ^Galeas\\Api\\BoundedContext\\.*\\Command\\.* + value: ^Galeas\\Api\\BoundedContext\\\w*\\\w*\\Command\\.* - name: CommandHandler collectors: - type: classLike - value: ^Galeas\\Api\\BoundedContext\\.*\\CommandHandler\\.* + value: ^Galeas\\Api\\BoundedContext\\\w*\\\w*\\CommandHandler\\.* - name: Controller collectors: - type: classLike - value: ^Galeas\\Api\\BoundedContext\\.*\\Controller\\.* + value: ^Galeas\\Api\\BoundedContext\\\w*\\\w*\\Controller\\.* - name: ControllerForProjectionReaction collectors: - type: classLike - value: ^Galeas\\Api\\BoundedContext\\.*\\ControllerForProjectionReaction\\.* + value: ^Galeas\\Api\\BoundedContext\\\w*\\\w*\\ControllerForProjectionReaction\\.* - name: Event collectors: - type: classLike - value: ^Galeas\\Api\\BoundedContext\\.*\\Event\\.* + value: ^Galeas\\Api\\BoundedContext\\\w*\\\w*\\Event\\.* - name: Projection collectors: - type: classLike - value: ^Galeas\\Api\\BoundedContext\\.*\\Projection\\.* + value: ^Galeas\\Api\\BoundedContext\\\w*\\\w*\\Projection\\.* - name: Reaction collectors: - type: classLike - value: ^Galeas\\Api\\BoundedContext\\.*\\Reaction\\.* + value: ^Galeas\\Api\\BoundedContext\\\w*\\\w*\\Reaction\\.* - name: Query collectors: - type: classLike - value: ^Galeas\\Api\\BoundedContext\\.*\\Query\\.* + value: ^Galeas\\Api\\BoundedContext\\\w*\\\w*\\Query\\.* - name: QueryHandler collectors: - type: classLike - value: ^Galeas\\Api\\BoundedContext\\.*\\QueryHandler\\.* + value: ^Galeas\\Api\\BoundedContext\\\w*\\\w*\\QueryHandler\\.* - name: ValueObject collectors: - type: classLike - value: ^Galeas\\Api\\BoundedContext\\.*\\ValueObject\\.* + value: ^Galeas\\Api\\BoundedContext\\\w*\\\w*\\ValueObject\\.* ruleset: Aggregate: