Skip to content

Commit

Permalink
fix deptrac config to allow http clients
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc committed Apr 27, 2024
1 parent 5a395e0 commit 8936165
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deptrac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ deptrac:
collectors:
- type: className
regex: ^Composer\\*
- name: HttpClients
collectors:
- type: className
value: ^Symfony\\*
- type: className
value: ^GuzzleHttp\\*
- type: className
value: ^Buzz\\*

ruleset:
Context:
Expand All @@ -91,6 +99,7 @@ deptrac:
- PsrHttp
- HttpPlug
- Composer
- HttpClients
Contrib:
- +SDK
- +OtelProto
Expand Down

0 comments on commit 8936165

Please sign in to comment.