SIMSBIOHUB-379: Parse intake key-value pairs #401
lint-format.yml
on: pull_request
Checkout and cache target branch
10s
Running Linter and Formatter
52s
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'`
|
|