turn no-non-null-assertion off and bring back all usages of #6024
Annotations
4 errors and 2 warnings
frontend:
frontend/src/app/components/keyresult-dialog/keyresult-dialog.component.ts#L65
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
|
frontend:
frontend/src/app/shared/common.ts#L49
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
|
frontend:
frontend/src/app/shared/custom/scoring/scoring.component.spec.ts#L166
Confusing combination of non-null assertion and assignment like `a! = b`, which looks very similar to `a != b`
|
frontend
Process completed with exit code 1.
|
backend
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
frontend
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|