reviewdog [eslint] report
reported by reviewdog 🐶
Findings (2)
frontend/src/app/features/work-packages/components/wp-single-view-tabs/activity-panel/activity-tab.component.ts|55 col 7| Unsafe call of an any
typed value.
frontend/src/app/features/work-packages/components/wp-single-view-tabs/activity-panel/activity-tab.component.ts|55 col 54| Unsafe member access .scrollIntoView on an any
value.
Filtered Findings (0)
Annotations
github-actions / eslint
[eslint] frontend/src/app/features/work-packages/components/wp-single-view-tabs/activity-panel/activity-tab.component.ts#L55 <@typescript-eslint/no-unsafe-call>(https://typescript-eslint.io/rules/no-unsafe-call)
Unsafe call of an `any` typed value.
Raw output
{"ruleId":"@typescript-eslint/no-unsafe-call","severity":2,"message":"Unsafe call of an `any` typed value.","line":55,"column":7,"nodeType":"MemberExpression","messageId":"unsafeCall","endLine":55,"endColumn":68}
github-actions / eslint
[eslint] frontend/src/app/features/work-packages/components/wp-single-view-tabs/activity-panel/activity-tab.component.ts#L55 <@typescript-eslint/no-unsafe-member-access>(https://typescript-eslint.io/rules/no-unsafe-member-access)
Unsafe member access .scrollIntoView on an `any` value.
Raw output
{"ruleId":"@typescript-eslint/no-unsafe-member-access","severity":2,"message":"Unsafe member access .scrollIntoView on an `any` value.","line":55,"column":54,"nodeType":"Identifier","messageId":"unsafeMemberExpression","endLine":55,"endColumn":68}