Skip to content
GitHub Actions / eslint failed Feb 14, 2025 in 0s

reviewdog [eslint] report

Annotations

Check failure on line 55 in frontend/src/app/features/work-packages/components/wp-single-view-tabs/activity-panel/activity-tab.component.ts

See this annotation in the file changed.

@github-actions 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}

Check failure on line 55 in frontend/src/app/features/work-packages/components/wp-single-view-tabs/activity-panel/activity-tab.component.ts

See this annotation in the file changed.

@github-actions 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}