Skip to content

[#40749] Consistently calculate % Complete in Work Package hierarchies #170

[#40749] Consistently calculate % Complete in Work Package hierarchies

[#40749] Consistently calculate % Complete in Work Package hierarchies #170

GitHub Actions / eslint failed Mar 27, 2024 in 1s

reviewdog [eslint] report

reported by reviewdog 🐶

Findings (22)

frontend/src/app/shared/components/fields/edit/edit-field.initializer.ts|52 col 36| Missing trailing comma.
frontend/src/app/shared/components/fields/edit/edit-field.initializer.ts|102 col 114| Missing semicolon.
frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts|33 col 13| 'Inject' is defined but never used. Allowed unused vars must match /^/u.
frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts|33 col 13| 'Inject' is defined but never used. Allowed unused vars must match /^
/u.
frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts|33 col 21| 'ChangeDetectorRef' is defined but never used. Allowed unused vars must match /^/u.
frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts|33 col 21| 'ChangeDetectorRef' is defined but never used. Allowed unused vars must match /^
/u.
frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts|33 col 40| 'ElementRef' is defined but never used. Allowed unused vars must match /^/u.
frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts|33 col 40| 'ElementRef' is defined but never used. Allowed unused vars must match /^
/u.
frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts|40 col 3| 'WorkPackageShareModalComponent' is defined but never used. Allowed unused vars must match /^/u.
frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts|40 col 3| 'WorkPackageShareModalComponent' is defined but never used. Allowed unused vars must match /^
/u.
frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts|42 col 10| 'OpModalLocalsToken' is defined but never used. Allowed unused vars must match /^/u.
frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts|42 col 10| 'OpModalLocalsToken' is defined but never used. Allowed unused vars must match /^
/u.
frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts|43 col 10| 'OpModalLocalsMap' is defined but never used. Allowed unused vars must match /^/u.
frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts|43 col 10| 'OpModalLocalsMap' is defined but never used. Allowed unused vars must match /^
/u.
frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts|44 col 10| 'I18nService' is defined but never used. Allowed unused vars must match /^/u.
frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts|44 col 10| 'I18nService' is defined but never used. Allowed unused vars must match /^
/u.
frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts|45 col 10| 'PathHelperService' is defined but never used. Allowed unused vars must match /^/u.
frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts|45 col 10| 'PathHelperService' is defined but never used. Allowed unused vars must match /^
/u.
frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts|46 col 10| 'ActionsService' is defined but never used. Allowed unused vars must match /^/u.
frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts|46 col 10| 'ActionsService' is defined but never used. Allowed unused vars must match /^
/u.
frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts|47 col 10| 'WorkPackageResource' is defined but never used. Allowed unused vars must match /^/u.
frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts|47 col 10| 'WorkPackageResource' is defined but never used. Allowed unused vars must match /^
/u.

Filtered Findings (5704)

frontend/src/app/app.module.ts|296 col 3| Lifecycle interface 'DoBootstrap' should be implemented for method 'ngDoBootstrap'. (https://angular.io/styleguide#style-09-01)
frontend/src/app/app.module.ts|309 col 11| Unsafe assignment of an any value.
frontend/src/app/app.module.ts|309 col 25| Unsafe member access .injector on an any value.
frontend/src/app/app.module.ts|309 col 25| Unsafe call of an any typed value.
frontend/src/app/app.module.ts|309 col 25| Unexpected dangling '
' in 'injector'.
frontend/src/app/app.module.ts|309 col 36| Unexpected any. Specify a different type.
frontend/src/app/app.module.ts|310 col 5| Unsafe member access .forEach on an any value.
frontend/src/app/app.module.ts|310 col 5| Unsafe call of an any typed value.
frontend/src/app/app.module.ts|310 col 5| Unsafe member access .call on an any value.
frontend/src/app/app.module.ts|310 col 5| Unsafe call of an any typed value.
frontend/src/app/app.module.ts|312 col 48| Unexpected any. Specify a different type.
frontend/src/app/core/apiv3/api-v3.service.spec.ts|54 col 32| Unexpected any. Specify a different type.
frontend/src/app/core/apiv3/api-v3.service.spec.ts|55 col 32| Unsafe argument of type any assigned to a parameter of type string | string[][] | Record<string, string> | URLSearchParams | undefined.
frontend/src/app/core/apiv3/api-v3.service.spec.ts|83 col 7| No new line before expect
frontend/src/app/core/apiv3/cache/cachable-apiv3-collection.ts|65 col 24| Unsafe argument of type any assigned to a parameter of type T.
frontend/src/app/core/apiv3/cache/cachable-apiv3-collection.ts|65 col 36| Unexpected any. Specify a different type.
frontend/src/app/core/apiv3/cache/cachable-apiv3-collection.ts|76 col 5| Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the void operator.
frontend/src/app/core/apiv3/cache/cachable-apiv3-resource.ts|133 col 5| Unsafe return of an any typed value.
frontend/src/app/core/apiv3/cache/cachable-apiv3-resource.ts|138 col 15| Unsafe member access .schema on an any value.
frontend/src/app/core/apiv3/cache/cachable-apiv3-resource.ts|140 col 33| Unsafe argument of type any assigned to a parameter of type string.
frontend/src/app/core/apiv3/cache/cachable-apiv3-resource.ts|140 col 33| Unsafe member access .schema on an any value.
frontend/src/app/core/apiv3/cache/cachable-apiv3-resource.ts|148 col 12| Unexpected any. Specify a different type.
frontend/src/app/core/apiv3/cache/cachable-apiv3-resource.ts|155 col 5| Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the void operator.
frontend/src/app/core/apiv3/cache/state-cache.service.ts|36 col 3| 'forkJoin' is defined but never used. Allowed unused vars must match /^
/u.
frontend/src/app/core/apiv3/cache/state-cache.service.ts|36 col 3| 'forkJoin' is defined but never used. Allowed unused vars must match /^/u.
frontend/src/app/core/apiv3/cache/state-cache.service.ts|116 col 29| Forbidden non-null assertion.
frontend/src/app/core/apiv3/cache/state-cache.service.ts|116 col 43| Unsafe argument of type any assigned to a parameter of type T.
frontend/src/app/core/apiv3/cache/state-cache.service.ts|116 col 55| Unexpected any. Specify a different type.
frontend/src/app/core/apiv3/endpoints/backups/apiv3-backups-path.ts|36 col 14| Expected newline after '('.
frontend/src/app/core/apiv3/endpoints/backups/apiv3-backups-path.ts|37 col 29| Expected newline before ')'.
frontend/src/app/core/apiv3/endpoints/capabilities/apiv3-capabilities-paths.ts|36 col 14| Expected newline after '('.
frontend/src/app/core/apiv3/endpoints/capabilities/apiv3-capabilities-paths.ts|37 col 30| Expected newline before ')'.
frontend/src/app/core/apiv3/endpoints/configuration/apiv3-configuration-path.ts|38 col 14| Expected newline after '('.
frontend/src/app/core/apiv3/endpoints/configuration/apiv3-configuration-path.ts|39 col 29| Expected newline before ')'.
frontend/src/app/core/apiv3/endpoints/configuration/apiv3-configuration-path.ts|48 col 5| Return statement should not contain assignment.
frontend/src/app/core/apiv3/endpoints/days/api-v3-days-paths.ts|33 col 3| 'ApiV3GettableResource' is defined but never used. Allowed unused vars must match /^
/u.
frontend/src/app/core/apiv3/endpoints/days/api-v3-days-paths.ts|33 col 3| 'ApiV3GettableResource' is defined but never used. Allowed unused vars must match /^_/u.
frontend/src/app/core/apiv3/endpoints/days/api-v3-days-paths.ts|41 col 14| Expected newline after '('.
frontend/src/app/core/apiv3/endpoints/days/api-v3-days-paths.ts|42 col 30| Expected newline before ')'.
frontend/src/app/core/apiv3/endpoints/grids/apiv3-grid-form.ts|43 col 53| Don't use Object as a type. The Object type actually means "any non-nullish value", so it is marginally better than unknown.

Annotations

Check failure on line 53 in frontend/src/app/shared/components/fields/edit/edit-field.initializer.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/shared/components/fields/edit/edit-field.initializer.ts#L52-L53 <@typescript-eslint/comma-dangle>(https://typescript-eslint.io/rules/comma-dangle)

Missing trailing comma.
Raw output
{"ruleId":"@typescript-eslint/comma-dangle","severity":2,"message":"Missing trailing comma.","line":52,"column":36,"nodeType":"ImportSpecifier","messageId":"missing","endLine":53,"endColumn":1,"fix":{"range":[4196,4231],"text":"ProgressPopoverEditFieldComponent,\n}"}}

Check failure on line 103 in frontend/src/app/shared/components/fields/edit/edit-field.initializer.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/shared/components/fields/edit/edit-field.initializer.ts#L102-L103 <@typescript-eslint/semi>(https://typescript-eslint.io/rules/semi)

Missing semicolon.
Raw output
{"ruleId":"@typescript-eslint/semi","severity":2,"message":"Missing semicolon.","line":102,"column":114,"nodeType":"ExpressionStatement","messageId":"missingSemi","endLine":103,"endColumn":1,"fix":{"range":[6586,6586],"text":";"}}

Check failure on line 33 in frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts#L33 <no-unused-vars>(https://eslint.org/docs/latest/rules/no-unused-vars)

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

Check failure on line 33 in frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts#L33 <@typescript-eslint/no-unused-vars>(https://typescript-eslint.io/rules/no-unused-vars)

'Inject' is defined but never used. Allowed unused vars must match /^_/u.
Raw output
{"ruleId":"@typescript-eslint/no-unused-vars","severity":2,"message":"'Inject' is defined but never used. Allowed unused vars must match /^_/u.","line":33,"column":13,"nodeType":"Identifier","messageId":"unusedVar","endLine":33,"endColumn":19}

Check failure on line 33 in frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts#L33 <no-unused-vars>(https://eslint.org/docs/latest/rules/no-unused-vars)

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

Check failure on line 33 in frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts#L33 <@typescript-eslint/no-unused-vars>(https://typescript-eslint.io/rules/no-unused-vars)

'ChangeDetectorRef' is defined but never used. Allowed unused vars must match /^_/u.
Raw output
{"ruleId":"@typescript-eslint/no-unused-vars","severity":2,"message":"'ChangeDetectorRef' is defined but never used. Allowed unused vars must match /^_/u.","line":33,"column":21,"nodeType":"Identifier","messageId":"unusedVar","endLine":33,"endColumn":38}

Check failure on line 33 in frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts#L33 <no-unused-vars>(https://eslint.org/docs/latest/rules/no-unused-vars)

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

Check failure on line 33 in frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts#L33 <@typescript-eslint/no-unused-vars>(https://typescript-eslint.io/rules/no-unused-vars)

'ElementRef' is defined but never used. Allowed unused vars must match /^_/u.
Raw output
{"ruleId":"@typescript-eslint/no-unused-vars","severity":2,"message":"'ElementRef' is defined but never used. Allowed unused vars must match /^_/u.","line":33,"column":40,"nodeType":"Identifier","messageId":"unusedVar","endLine":33,"endColumn":50}

Check failure on line 40 in frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts#L40 <no-unused-vars>(https://eslint.org/docs/latest/rules/no-unused-vars)

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

Check failure on line 40 in frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts#L40 <@typescript-eslint/no-unused-vars>(https://typescript-eslint.io/rules/no-unused-vars)

'WorkPackageShareModalComponent' is defined but never used. Allowed unused vars must match /^_/u.
Raw output
{"ruleId":"@typescript-eslint/no-unused-vars","severity":2,"message":"'WorkPackageShareModalComponent' is defined but never used. Allowed unused vars must match /^_/u.","line":40,"column":3,"nodeType":"Identifier","messageId":"unusedVar","endLine":40,"endColumn":33}

Check failure on line 42 in frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts#L42 <no-unused-vars>(https://eslint.org/docs/latest/rules/no-unused-vars)

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

Check failure on line 42 in frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts#L42 <@typescript-eslint/no-unused-vars>(https://typescript-eslint.io/rules/no-unused-vars)

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

Check failure on line 43 in frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts#L43 <no-unused-vars>(https://eslint.org/docs/latest/rules/no-unused-vars)

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

Check failure on line 43 in frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts#L43 <@typescript-eslint/no-unused-vars>(https://typescript-eslint.io/rules/no-unused-vars)

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

Check failure on line 44 in frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts#L44 <no-unused-vars>(https://eslint.org/docs/latest/rules/no-unused-vars)

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

Check failure on line 44 in frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts#L44 <@typescript-eslint/no-unused-vars>(https://typescript-eslint.io/rules/no-unused-vars)

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

Check failure on line 45 in frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts#L45 <no-unused-vars>(https://eslint.org/docs/latest/rules/no-unused-vars)

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

Check failure on line 45 in frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts#L45 <@typescript-eslint/no-unused-vars>(https://typescript-eslint.io/rules/no-unused-vars)

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

Check failure on line 46 in frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts#L46 <no-unused-vars>(https://eslint.org/docs/latest/rules/no-unused-vars)

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

Check failure on line 46 in frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts#L46 <@typescript-eslint/no-unused-vars>(https://typescript-eslint.io/rules/no-unused-vars)

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

Check failure on line 47 in frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts#L47 <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":47,"column":10,"nodeType":"Identifier","messageId":"unusedVar","endLine":47,"endColumn":29}

Check failure on line 47 in frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/shared/components/fields/edit/field-types/progress-edit-field.component.ts#L47 <@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":47,"column":10,"nodeType":"Identifier","messageId":"unusedVar","endLine":47,"endColumn":29}