Skip to content

style: format code for consistency and readability across validation … #71

style: format code for consistency and readability across validation …

style: format code for consistency and readability across validation … #71

Triggered via push February 5, 2025 19:42
Status Failure
Total duration 28s
Artifacts
checking-pr
17s
checking-pr
Fit to window
Zoom out
Zoom in

Annotations

10 errors
checking-pr: src/validatePassword.ts#L125
Missing return type on function
checking-pr: src/validatePassword.ts#L139
Missing return type on function
checking-pr: tests/src/cnpjValidator.test.ts#L5
Expected result to have a type annotation
checking-pr: tests/src/cnpjValidator.test.ts#L11
Expected result to have a type annotation
checking-pr: tests/src/cnpjValidator.test.ts#L17
Expected result to have a type annotation
checking-pr: tests/src/cnpjValidator.test.ts#L23
Expected result to have a type annotation
checking-pr: tests/src/cnpjValidator.test.ts#L29
Expected result to have a type annotation
checking-pr: tests/src/cnpjValidator.test.ts#L35
Expected result to have a type annotation
checking-pr: tests/src/cnpjValidator.test.ts#L42
Unsafe argument of type `any` assigned to a parameter of type `string`
checking-pr: tests/src/cnpjValidator.test.ts#L42
Unexpected any. Specify a different type