[#59037] Primerize "Log time" dialog #17268
reviewdog [eslint] report
reported by reviewdog 🐶
Findings (2)
frontend/src/app/features/calendar/te-calendar/te-calendar.component.ts|597 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|28 col 14| 'HookService' is already declared in the upper scope on line 9 column 10.
Filtered Findings (0)
Annotations
Check failure on line 597 in frontend/src/app/features/calendar/te-calendar/te-calendar.component.ts
github-actions / eslint
[eslint] frontend/src/app/features/calendar/te-calendar/te-calendar.component.ts#L597 <@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":597,"column":9,"nodeType":"MemberExpression","messageId":"unsafeArgument","endLine":597,"endColumn":40}
github-actions / eslint
[eslint] frontend/src/app/shared/components/op-context-menu/wp-context-menu/wp-single-context-menu.ts#L28 <@typescript-eslint/no-shadow>(https://typescript-eslint.io/rules/no-shadow)
'HookService' is already declared in the upper scope on line 9 column 10.
Raw output
{"ruleId":"@typescript-eslint/no-shadow","severity":2,"message":"'HookService' is already declared in the upper scope on line 9 column 10.","line":28,"column":14,"nodeType":"Identifier","messageId":"noShadow","endLine":28,"endColumn":37}