Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[58256] Header and sidebar menu should be hidden while pressing zen mode button #17045

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

add gem files

2394afa
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

[58256] Header and sidebar menu should be hidden while pressing zen mode button #17045

add gem files
2394afa
Select commit
Loading
Failed to load commit list.
GitHub Actions / eslint failed Oct 25, 2024 in 0s

reviewdog [eslint] report

reported by reviewdog 🐶

Findings (2)

frontend/src/app/core/setup/globals/global-listeners.ts|90 col 11| Unsafe assignment of an any value.
frontend/src/app/core/setup/globals/global-listeners.ts|90 col 35| Unsafe member access .active on an any value.

Filtered Findings (0)

Annotations

Check failure on line 90 in frontend/src/app/core/setup/globals/global-listeners.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/core/setup/globals/global-listeners.ts#L90 <@typescript-eslint/no-unsafe-assignment>(https://typescript-eslint.io/rules/no-unsafe-assignment)

Unsafe assignment of an `any` value.
Raw output
{"ruleId":"@typescript-eslint/no-unsafe-assignment","severity":2,"message":"Unsafe assignment of an `any` value.","line":90,"column":11,"nodeType":"VariableDeclarator","messageId":"anyAssignment","endLine":90,"endColumn":41}

Check failure on line 90 in frontend/src/app/core/setup/globals/global-listeners.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/core/setup/globals/global-listeners.ts#L90 <@typescript-eslint/no-unsafe-member-access>(https://typescript-eslint.io/rules/no-unsafe-member-access)

Unsafe member access .active on an `any` value.
Raw output
{"ruleId":"@typescript-eslint/no-unsafe-member-access","severity":2,"message":"Unsafe member access .active on an `any` value.","line":90,"column":35,"nodeType":"Identifier","messageId":"unsafeMemberExpression","endLine":90,"endColumn":41}