Skip to content

Commit 4dbdc01

Browse files
Fix CI (#422)
* refactor * support x-scapi-internal * use RAML toolkit * regenerate lockfile * update config files to ignore node_modules for tsc and eslint * update depcheck * revert some changes * revert tsconfig change * update typescript version
1 parent 4145576 commit 4dbdc01

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)