Skip to content

feat: support zod #4385

feat: support zod

feat: support zod #4385

Triggered via pull request February 5, 2025 15:53
Status Failure
Total duration 2m 41s
Artifacts

precheck.yml

on: pull_request
Matrix: lintAndTestLegacy
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lintAndTestLegacy (lts/*, ubuntu-latest): packages/validation/src/index.ts#L11
Newline required at end of file but not found
lintAndTestLegacy (lts/*, ubuntu-latest): packages/validation/src/pipe.ts#L30
Replace `this.validationService.validate(⏎······value,⏎·····` with `(⏎······this.validationService.validate(value,`
lintAndTestLegacy (lts/*, ubuntu-latest): packages/validation/src/pipe.ts#L35
Replace `⏎····)·??·value` with `)·??·value⏎····)`
lintAndTestLegacy (lts/*, ubuntu-latest): packages/core/src/common/loggerFactory.ts#L51
'contextOptions' is defined but never used