Skip to content

Split up API requests for relations in gantt chart #20602

Split up API requests for relations in gantt chart

Split up API requests for relations in gantt chart #20602

GitHub Actions / eslint succeeded Jun 19, 2024 in 0s

reviewdog [eslint] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (4507)

frontend/src/app/app.module.ts|302 col 3| Lifecycle interface 'DoBootstrap' should be implemented for method 'ngDoBootstrap'. (https://angular.io/styleguide#style-09-01)
frontend/src/app/app.module.ts|315 col 11| Unsafe assignment of an any value.
frontend/src/app/app.module.ts|315 col 25| Unsafe call of an any typed value.
frontend/src/app/app.module.ts|315 col 25| Unexpected dangling '_' in '_injector'.
frontend/src/app/app.module.ts|315 col 36| Unexpected any. Specify a different type.
frontend/src/app/app.module.ts|315 col 41| Unsafe member access ._injector on an any value.
frontend/src/app/app.module.ts|316 col 5| Unsafe call of an any typed value.
frontend/src/app/app.module.ts|316 col 5| Unsafe call of an any typed value.
frontend/src/app/app.module.ts|317 col 8| Unsafe member access .call on an any value.
frontend/src/app/app.module.ts|318 col 8| Unsafe member access .forEach on an any value.
frontend/src/app/app.module.ts|318 col 48| Unexpected any. Specify a different type.
frontend/src/app/core/apiv3/api-v3.service.spec.ts|| Parsing error: ESLint was configured to run on <tsconfigRootDir>/src/app/core/apiv3/api-v3.service.spec.ts using parserOptions.project: /src/tsconfig.app.json
However, that TSConfig does not include this file. Either: