Update README.md #5538
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run lint - citizen Portal:
src/frontend/citizen-portal/src/app/auth/store/auth/auth.reducers.ts#L10
`On` functions should have an explicit return type when using arrow functions: `on(action, (state): State => {}`. (https://ngrx.io/guide/eslint-plugin/rules/on-function-explicit-return-type)
|
Run lint - citizen Portal:
src/frontend/citizen-portal/src/app/auth/store/auth/auth.reducers.ts#L11
`On` functions should have an explicit return type when using arrow functions: `on(action, (state): State => {}`. (https://ngrx.io/guide/eslint-plugin/rules/on-function-explicit-return-type)
|
Run lint - citizen Portal:
src/frontend/citizen-portal/src/app/auth/store/auth/auth.reducers.ts#L12
`On` functions should have an explicit return type when using arrow functions: `on(action, (state): State => {}`. (https://ngrx.io/guide/eslint-plugin/rules/on-function-explicit-return-type)
|
Run lint - citizen Portal:
src/frontend/citizen-portal/src/app/auth/store/auth/auth.selectors.ts#L6
The selector should start with "select". (https://ngrx.io/guide/eslint-plugin/rules/prefix-selectors-with-select)
|
Run lint - citizen Portal:
src/frontend/citizen-portal/src/app/auth/store/auth/auth.selectors.ts#L11
The selector should start with "select". (https://ngrx.io/guide/eslint-plugin/rules/prefix-selectors-with-select)
|
Run lint - citizen Portal:
src/frontend/citizen-portal/src/app/auth/store/auth/auth.selectors.ts#L16
The selector should start with "select". (https://ngrx.io/guide/eslint-plugin/rules/prefix-selectors-with-select)
|
Run lint - citizen Portal:
src/frontend/citizen-portal/src/app/components/dispute-stepper/dispute-stepper.component.ts#L153
`Store` subscription is forbidden. Use the `async` pipe instead. (https://ngrx.io/guide/eslint-plugin/rules/no-store-subscription)
|
Run lint - citizen Portal:
src/frontend/citizen-portal/src/app/components/update-dispute-contact/update-dispute-contact.component.ts#L36
`Store` subscription is forbidden. Use the `async` pipe instead. (https://ngrx.io/guide/eslint-plugin/rules/no-store-subscription)
|
Run lint - citizen Portal:
src/frontend/citizen-portal/src/app/components/update-dispute-landing/update-dispute-landing.component.ts#L37
`Store` subscription is forbidden. Use the `async` pipe instead. (https://ngrx.io/guide/eslint-plugin/rules/no-store-subscription)
|
Run lint - citizen Portal:
src/frontend/citizen-portal/src/app/components/update-dispute/update-dispute.component.ts#L40
Map logic at the selector level instead. (https://ngrx.io/guide/eslint-plugin/rules/avoid-mapping-selectors)
|
Loading