Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#55163] Build project-list sharing modal #15971

Merged
merged 68 commits into from
Jul 4, 2024

Merge branch 'release/14.3' into implementation/55163-build-sharing-m…

dee8171
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

[#55163] Build project-list sharing modal #15971

Merge branch 'release/14.3' into implementation/55163-build-sharing-m…
dee8171
Select commit
Loading
Failed to load commit list.
GitHub Actions / eslint succeeded Jul 4, 2024 in 0s

reviewdog [eslint] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (4476)

frontend/src/app/app.module.ts|317 col 3| Lifecycle interface 'DoBootstrap' should be implemented for method 'ngDoBootstrap'. (https://angular.io/styleguide#style-09-01)
frontend/src/app/app.module.ts|330 col 11| Unsafe assignment of an any value.
frontend/src/app/app.module.ts|330 col 25| Unsafe call of an any typed value.
frontend/src/app/app.module.ts|330 col 25| Unexpected dangling '_' in '_injector'.
frontend/src/app/app.module.ts|330 col 36| Unexpected any. Specify a different type.
frontend/src/app/app.module.ts|330 col 41| Unsafe member access ._injector on an any value.
frontend/src/app/app.module.ts|331 col 5| Unsafe call of an any typed value.
frontend/src/app/app.module.ts|331 col 5| Unsafe call of an any typed value.
frontend/src/app/app.module.ts|332 col 8| Unsafe member access .call on an any value.
frontend/src/app/app.module.ts|333 col 8| Unsafe member access .forEach on an any value.
frontend/src/app/app.module.ts|333 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: