feat: group codes should have the day as the number (#81) #80
Annotations
14 warnings
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, docker/login-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
Build:
src/client/src/app/+state/action-state.ts#L72
'x' is defined but never used. Allowed unused vars must match /^_/u
|
Build:
src/client/src/app/+state/action-state.ts#L100
Unexpected any. Specify a different type
|
Build:
src/client/src/app/+state/action-state.ts#L100
Unexpected any. Specify a different type
|
Build:
src/client/src/app/+state/action-state.ts#L130
Unexpected any. Specify a different type
|
Build:
src/client/src/app/+state/action-state.ts#L136
Unexpected any. Specify a different type
|
Build:
src/client/src/app/+state/action-state.ts#L136
Unexpected any. Specify a different type
|
Build:
src/client/src/app/+state/functional-effect.ts#L26
Unexpected any. Specify a different type
|
Build:
src/client/src/app/+state/functional-effect.ts#L49
Unexpected any. Specify a different type
|
Build:
src/client/src/app/+state/users/actions/update-user.action.ts#L30
Forbidden non-null assertion
|
Build:
src/client/src/app/components/events/event-details/event-details.component.ts#L101
Forbidden non-null assertion
|
Build
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
Build
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|