Skip to content

Feature/54733 primerise the activity panel #1481

Feature/54733 primerise the activity panel

Feature/54733 primerise the activity panel #1481

GitHub Actions / eslint failed Oct 1, 2024 in 0s

reviewdog [eslint] report

reported by reviewdog 🐶

Findings (2)

frontend/src/stimulus/controllers/dynamic/work-packages/activities-tab/index.controller.ts|7 col 10| 'WorkPackageResource' is defined but never used. Allowed unused vars must match /^/u.
frontend/src/stimulus/controllers/dynamic/work-packages/activities-tab/index.controller.ts|7 col 10| 'WorkPackageResource' is defined but never used. Allowed unused vars must match /^
/u.

Filtered Findings (0)

Annotations

Check failure on line 7 in frontend/src/stimulus/controllers/dynamic/work-packages/activities-tab/index.controller.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/stimulus/controllers/dynamic/work-packages/activities-tab/index.controller.ts#L7 <no-unused-vars>(https://eslint.org/docs/latest/rules/no-unused-vars)

'WorkPackageResource' is defined but never used. Allowed unused vars must match /^_/u.
Raw output
{"ruleId":"no-unused-vars","severity":2,"message":"'WorkPackageResource' is defined but never used. Allowed unused vars must match /^_/u.","line":7,"column":10,"nodeType":"Identifier","messageId":"unusedVar","endLine":7,"endColumn":29}

Check failure on line 7 in frontend/src/stimulus/controllers/dynamic/work-packages/activities-tab/index.controller.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/stimulus/controllers/dynamic/work-packages/activities-tab/index.controller.ts#L7 <@typescript-eslint/no-unused-vars>(https://typescript-eslint.io/rules/no-unused-vars)

'WorkPackageResource' is defined but never used. Allowed unused vars must match /^_/u.
Raw output
{"ruleId":"@typescript-eslint/no-unused-vars","severity":2,"message":"'WorkPackageResource' is defined but never used. Allowed unused vars must match /^_/u.","line":7,"column":10,"nodeType":null,"messageId":"unusedVar","endLine":7,"endColumn":29}