Skip to content

Commit 6325d54

Browse files
committed
Expanded REST layer
1 parent 4eb93ee commit 6325d54

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

deptrac.baseline.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
deptrac:
22
skip_violations:
3-
App\AI\REST\Input\Parser\TranscribeAudio:
4-
- Ibexa\Rest\Input\BaseParser
53
App\AutomatedTranslation\ImageFieldEncoder:
64
- Ibexa\Core\FieldType\Image\Value
75
App\Block\Listener\MyBlockListener:
@@ -153,14 +151,6 @@ deptrac:
153151
App\QueryType\OptionsBasedLatestContentQueryType:
154152
- Ibexa\Core\QueryType\OptionsResolverBasedQueryType
155153
- Ibexa\Core\QueryType\QueryType
156-
App\Rest\Controller\DefaultController:
157-
- Ibexa\Rest\Message
158-
- Ibexa\Rest\Server\Controller
159-
App\Rest\InputParser\GreetingInput:
160-
- Ibexa\Rest\Input\BaseParser
161-
App\Rest\ValueObjectVisitor\RestLocation:
162-
- Ibexa\Rest\Server\Output\ValueObjectVisitor\RestLocation
163-
- Ibexa\Rest\Server\Values\URLAliasRefList
164154
App\Search\Model\Suggestion\ProductSuggestion:
165155
- Ibexa\ProductCatalog\Local\Repository\Values\Product
166156
App\Security\Limitation\CustomLimitationType:

deptrac.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ deptrac:
2525
collectors:
2626
- type: classLike
2727
value: .*Ibexa\\.*\\Rest\\.*
28+
- type: classLike
29+
value: .*Ibexa\\Rest\\.*
2830
- name: IbexaConstraints
2931
collectors:
3032
- type: classLike

0 commit comments

Comments
 (0)