[#59037] Primerize "Log time" dialog #28121
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
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}
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}