Skip to content

[#59037] Primerize "Log time" dialog #28121

[#59037] Primerize "Log time" dialog

[#59037] Primerize "Log time" dialog #28121

GitHub Actions / eslint failed Jan 15, 2025 in 0s

reviewdog [eslint] report

reported by reviewdog 🐶

Findings (2)

frontend/src/app/features/calendar/te-calendar/te-calendar.component.ts|619 col 9| Unsafe argument of type any assigned to a parameter of type TimeEntryResource.
frontend/src/app/shared/components/op-context-menu/wp-context-menu/wp-single-context-menu.ts|27 col 14| 'HookService' is already declared in the upper scope on line 7 column 10.

Filtered Findings (0)

Annotations

Check failure on line 619 in frontend/src/app/features/calendar/te-calendar/te-calendar.component.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/features/calendar/te-calendar/te-calendar.component.ts#L619 <@typescript-eslint/no-unsafe-argument>(https://typescript-eslint.io/rules/no-unsafe-argument)

Unsafe argument of type `any` assigned to a parameter of type `TimeEntryResource`.
Raw output
{"ruleId":"@typescript-eslint/no-unsafe-argument","severity":2,"message":"Unsafe argument of type `any` assigned to a parameter of type `TimeEntryResource`.","line":619,"column":9,"nodeType":"MemberExpression","messageId":"unsafeArgument","endLine":619,"endColumn":40}

Check failure on line 27 in frontend/src/app/shared/components/op-context-menu/wp-context-menu/wp-single-context-menu.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/shared/components/op-context-menu/wp-context-menu/wp-single-context-menu.ts#L27 <@typescript-eslint/no-shadow>(https://typescript-eslint.io/rules/no-shadow)

'HookService' is already declared in the upper scope on line 7 column 10.
Raw output
{"ruleId":"@typescript-eslint/no-shadow","severity":2,"message":"'HookService' is already declared in the upper scope on line 7 column 10.","line":27,"column":14,"nodeType":"Identifier","messageId":"noShadow","endLine":27,"endColumn":37}