LW-10737: Credential indexer #3
Annotations
10 errors and 11 warnings
packages/projection-typeorm/src/entity/Transaction.entity.ts#L23
Replace `credential` with `(credential)`
|
packages/projection-typeorm/src/entity/Transaction.entity.ts#L25
Replace `"transaction_credentials"` with `'transaction_credentials'`
|
packages/projection-typeorm/src/entity/Transaction.entity.ts#L25
Strings must use singlequote
|
packages/projection-typeorm/src/entity/Transaction.entity.ts#L26
Replace `"transaction_id",·referencedColumnName:·"id"` with `'transaction_id',·referencedColumnName:·'id'`
|
packages/projection-typeorm/src/entity/Transaction.entity.ts#L26
Strings must use singlequote
|
packages/projection-typeorm/src/entity/Transaction.entity.ts#L26
Strings must use singlequote
|
packages/projection-typeorm/src/entity/Transaction.entity.ts#L27
Replace `"credential_id",·referencedColumnName:·"id"·},` with `'credential_id',·referencedColumnName:·'id'·}`
|
packages/projection-typeorm/src/entity/Transaction.entity.ts#L27
Strings must use singlequote
|
packages/projection-typeorm/src/entity/Transaction.entity.ts#L27
Strings must use singlequote
|
packages/projection-typeorm/src/entity/Transaction.entity.ts#L27
Unexpected trailing comma
|
The following actions uses Node.js version which is deprecated 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/
|
packages/core/src/Cardano/types/Transaction.ts#L16
Imports should be sorted alphabetically
|
packages/ogmios/src/ogmiosToCore/tx.ts#L422
Expected object keys to be in natural ascending order. 'body' should be before 'cbor'
|
packages/projection-typeorm/src/entity/Credential.entity.ts#L21
Expected object keys to be in natural ascending order. 'enum' should be before 'type'
|
packages/projection-typeorm/src/entity/Transaction.entity.ts#L3
Imports should be sorted alphabetically
|
packages/projection-typeorm/src/entity/Transaction.entity.ts#L26
Expected object keys to be in natural ascending order. 'joinColumn' should be before 'name'
|
packages/projection-typeorm/src/entity/Transaction.entity.ts#L27
Expected object keys to be in natural ascending order. 'inverseJoinColumn' should be before 'joinColumn'
|
packages/projection-typeorm/src/operators/storeCredentials.ts#L5
Imports should be sorted alphabetically
|
packages/projection-typeorm/src/operators/storeTransactions.ts#L18
Expected object keys to be in natural ascending order. 'cbor' should be before 'txId'
|
packages/projection-typeorm/src/operators/storeTransactions.ts#L19
Expected object keys to be in natural ascending order. 'block' should be before 'cbor'
|
packages/projection/src/operators/Mappers/util.ts#L4
Imports should be sorted alphabetically
|
This job failed
Loading