feat: externalize env #163
Annotations
6 errors and 11 warnings
Validate:
src/cliAgent.ts#L116
Delete `⏎`
|
Validate:
src/cliAgent.ts#L299
Replace `(process.env.BCOVRIN_TEST_GENESIS)` with `process.env.BCOVRIN_TEST_GENESIS`
|
Validate:
src/utils/agent.ts#L41
'BCOVRIN_TEST_GENESIS' is assigned a value but never used
|
Validate:
src/utils/agent.ts#L41
Replace `(process.env.BCOVRIN_TEST_GENESIS)` with `process.env.BCOVRIN_TEST_GENESIS`
|
Validate:
src/utils/agent.ts#L65
Replace `(process.env.BCOVRIN_TEST_GENESIS)` with `process.env.BCOVRIN_TEST_GENESIS`
|
Validate
Process completed with exit code 1.
|
Validate
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/
|
Validate:
src/authentication.ts#L12
Unexpected any. Specify a different type
|
Validate:
src/cliAgent.ts#L356
Caution: `jwt` also has a named export `sign`. Check if you meant to write `import {sign} from 'jsonwebtoken'` instead
|
Validate:
src/controllers/credentials/CredentialDefinitionController.ts#L49
Unexpected constant condition
|
Validate:
src/controllers/credentials/SchemaController.ts#L51
Unexpected constant condition
|
Validate:
src/controllers/credentials/SchemaController.ts#L56
Unexpected constant condition
|
Validate:
src/controllers/did/DidController.ts#L351
Unexpected any. Specify a different type
|
Validate:
src/controllers/multi-tenancy/MultiTenancyController.ts#L393
Unexpected any. Specify a different type
|
Validate:
src/controllers/multi-tenancy/MultiTenancyController.ts#L448
Unexpected any. Specify a different type
|
Validate:
src/controllers/multi-tenancy/MultiTenancyController.ts#L482
Unexpected any. Specify a different type
|
Validate:
src/controllers/multi-tenancy/MultiTenancyController.ts#L837
Unexpected any. Specify a different type
|