chore(ci): implement code scanning (#541) #1126
Annotations
7 warnings
Lint & Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint & Test:
packages/verite/lib/builders/credential-application-builder.ts#L4
'ClaimFormat' is defined but never used. Allowed unused vars must match /^_/u
|
Lint & Test:
packages/verite/lib/builders/credential-response-builder.ts#L4
'ClaimFormat' is defined but never used. Allowed unused vars must match /^_/u
|
Lint & Test:
packages/verite/lib/builders/presentation-submission-builder.ts#L4
'ClaimFormat' is defined but never used. Allowed unused vars must match /^_/u
|
Lint & Test:
packages/verite/test/lib/builders/credential-application-builder.test.ts#L2
'ClaimFormat' is defined but never used. Allowed unused vars must match /^_/u
|
Lint & Test:
packages/verite/test/lib/builders/credential-response-builder.test.ts#L2
'ClaimFormat' is defined but never used. Allowed unused vars must match /^_/u
|
Lint & Test:
packages/verite/test/lib/issuer/credential-application.test.ts#L13
'ClaimFormat' is defined but never used. Allowed unused vars must match /^_/u
|