Skip to content

Commit

Permalink
Exclude SDK from dependents (#215)
Browse files Browse the repository at this point in the history
* Exclude SDK from dependents

Test modules within the SDK use SDK as a dependency, so the SDK is included as a dependent of itself.

* comment
  • Loading branch information
hariso authored Jan 13, 2025
1 parent 7dfa448 commit 9a782c4
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 106 deletions.
3 changes: 3 additions & 0 deletions src/connectorgen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ var excludedRepositories = []string{
"ConduitIO/streaming-benchmarks",
"ConduitIO/conduit-connector-template",
"ConduitIO/conduit-operator",
// Test modules within the SDK use SDK as a dependency,
// so the SDK is included as a dependent of itself.
"ConduitIO/conduit-connector-sdk",

"ahamidi/conduit-connector-template",
"gopherslab/conduit-connector-google-sheets",
Expand Down
Loading

0 comments on commit 9a782c4

Please sign in to comment.