Skip to content

Commit c614aa0

Browse files
committed
Merge branch 'feature/oas' into ju/remove-api-family
2 parents 8c35637 + 4dbdc01 commit c614aa0

File tree

3 files changed

+10284
-10868
lines changed

3 files changed

+10284
-10868
lines changed

.depcheckrc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ ignores:
66
- retry # Use OperationOptions from retry in templates but not recognized by depcheck
77
- '@types/retry' # Corresponds to retry
88
- '@openapitools/openapi-generator-cli' # Used by openapi-generator-cli in `npm run renderTemplates`
9+
- '@types/node-fetch' # Used by multiple files for fetch types
10+
- chai # Used by multiple files for testing
11+
- sinon # Used by multiple files for testing
12+
- nock # Used by multiple files for testing to mock API calls
13+
- handlebars # Used by generation script to generate version.ts and top level index.ts files
14+
- fs-extra # Used by generation script and updateApis script

0 commit comments

Comments
 (0)