Skip to content

Refactor/eslint

Refactor/eslint #14

Triggered via pull request February 26, 2025 12:41
Status Failure
Total duration 41s
Artifacts

lint-and-build.yaml

on: pull_request
build-and-lint  /  yarn-steps
31s
build-and-lint / yarn-steps
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
build-and-lint / yarn-steps: src/auth/LDAPStrategy.ts#L31
Unexpected any. Specify a different type
build-and-lint / yarn-steps: src/auth/LDAPStrategy.ts#L35
Unsafe call of a(n) `any` typed value
build-and-lint / yarn-steps: src/auth/LDAPStrategy.ts#L35
Unsafe member access .memberOfFlattened on an `any` value
build-and-lint / yarn-steps: src/auth/LDAPStrategy.ts#L42
Unexpected any. Specify a different type
build-and-lint / yarn-steps: src/auth/LocalStrategy.ts#L35
Promise returned in function argument where a void return was expected
build-and-lint / yarn-steps: src/auth/LocalStrategy.ts#L71
Unsafe call of a(n) `any` typed value
build-and-lint / yarn-steps: src/auth/LocalStrategy.ts#L71
Unexpected any. Specify a different type
build-and-lint / yarn-steps: src/auth/LocalStrategy.ts#L71
Unexpected any. Specify a different type
build-and-lint / yarn-steps: src/auth/LocalStrategy.ts#L78
Unsafe argument of type `any` assigned to a parameter of type `User`
build-and-lint / yarn-steps: src/auth/LocalStrategy.ts#L78
Unexpected any. Specify a different type
build-and-lint / yarn-steps: src/index.ts#L32
`typeorm` import should occur before import of `../build/swagger.json`
build-and-lint / yarn-steps: src/index.ts#L143
Unexpected console statement. Only these console methods are allowed: warn, error