Pattern Findings
11 matches across 3 categories.
Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|
| LOW | test/standardSchema.ts | 577 | name: 'John Doe', |
| LOW | test/standardSchema.ts | 581 | street: '123 Main St', |
| LOW | test/standardSchema.ts | 931 | name: 'John Doe', |
| LOW | test/standardSchema.ts | 938 | name: 'John Doe', |
| LOW | test/standardSchema.ts | 1146 | name: 'John Doe', |
| LOW | test/standardSchema.ts | 1263 | name: 'John Doe', |
| Severity | File | Line | Snippet |
|---|
| LOW | test/standardSchema.ts | 45 | async function expectValidationConsistency( |
| LOW | test/helpers.ts | 57 | export function validationErrorWithMessages(...errors: any[]) { |
| LOW | src/standardSchema.ts | 133 | export function issuesFromValidationError( |
| Severity | File | Line | Snippet |
|---|
| LOW | test/mixed.ts | 141 | // foo: array().of( |
| LOW | test/types/types.ts | 1021 | // // $ExpectType NumberSchema<number | undefined, AnyObject, undefined, ""> | StringSchema<string, AnyObject, undefin |