Skip to content

SIMSBIOHUB-379: Parse intake key-value pairs #401

SIMSBIOHUB-379: Parse intake key-value pairs

SIMSBIOHUB-379: Parse intake key-value pairs #401

Triggered via pull request December 8, 2023 23:21
Status Failure
Total duration 1m 19s
Artifacts

lint-format.yml

on: pull_request
Checkout and cache target branch
10s
Checkout and cache target branch
Running Linter and Formatter
52s
Running Linter and Formatter
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Running Linter and Formatter
Process completed with exit code 1.
Running Linter and Formatter: api/src/paths/dataset/search-idx.ts#L7
Replace `getLogger·}·from·'../../utils/logger';⏎import·{·SearchIndexService·}·from·'../../services/search-index-service` with `SearchIndexService·}·from·'../../services/search-index-service';⏎import·{·getLogger·}·from·'../../utils/logger`
Running Linter and Formatter: api/src/repositories/search-index-respository.ts#L1
Replace `{·z·}·from·"zod";⏎import·{·getLogger·}·from·"../utils/logger"` with `SQL·from·'sql-template-strings'`
Running Linter and Formatter: api/src/repositories/search-index-respository.ts#L3
Replace `BaseRepository·}·from·"./base-repository"` with `z·}·from·'zod'`
Running Linter and Formatter: api/src/repositories/search-index-respository.ts#L4
Replace `"../database/db"` with `'../database/db'`
Running Linter and Formatter: api/src/repositories/search-index-respository.ts#L5
Replace `"../errors/api-error"` with `'../errors/api-error'`
Running Linter and Formatter: api/src/repositories/search-index-respository.ts#L6
Replace `SQL·from·"sql-template-strings"` with `{·getLogger·}·from·'../utils/logger';⏎import·{·BaseRepository·}·from·'./base-repository'`