Enhance OpenAPI integration with runtime auth handling #301
Annotations
10 errors and 7 warnings
Run npm run lint:
src/SklEngine.ts#L9
'/home/runner/work/skl-js-engine/skl-js-engine/node_modules/axios/index.js' imported multiple times
|
Run npm run lint:
src/SklEngine.ts#L10
`axios` import should occur before import of `axios`
|
Run npm run lint:
src/SklEngine.ts#L57
All imports in the declaration are only used as types. Use `import type`
|
Run npm run lint:
src/SklEngine.ts#L57
`./storage/GroupOptionTypes` import should occur before import of `./storage/operator/Exists`
|
Run npm run lint:
src/SklEngine.ts#L58
All imports in the declaration are only used as types. Use `import type`
|
Run npm run lint:
src/SklEngine.ts#L58
`axios` import should occur before import of `jsonld`
|
Run npm run lint:
src/SklEngine.ts#L58
'/home/runner/work/skl-js-engine/skl-js-engine/node_modules/axios/index.js' imported multiple times
|
Run npm run lint:
src/SklEngine.ts#L838
This line has a length of 214. Maximum allowed is 120
|
Run npm run lint:
src/SklEngine.ts#L920
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Run npm run lint:
src/SklEngine.ts#L928
Missing trailing comma
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run npm run lint:
src/storage/query-adapter/sparql/SparqlQueryBuilder.ts#L72
'GroupByResponse' is defined but never used
|
Run npm run lint:
src/storage/query-adapter/sparql/SparqlQueryBuilder.ts#L1012
'index' is defined but never used
|
Run npm run lint:
test/unit/SklEngine.test.ts#L95
Skipped test suite
|
Run npm run lint:
test/unit/SklEngine.test.ts#L96
'executeOperation' is assigned a value but never used
|
Run npm run lint:
test/unit/SklEngine.test.ts#L97
'setOpenapiSpec' is defined but never used
|
Run npm run lint:
test/unit/SklEngine.test.ts#L98
'executeSecuritySchemeStage' is assigned a value but never used
|
Loading