Skip to content

Remove ui-router from notifications #20593

Remove ui-router from notifications

Remove ui-router from notifications #20593

GitHub Actions / eslint failed Jun 19, 2024 in 0s

reviewdog [eslint] report

reported by reviewdog 🐶

Findings (6)

frontend/src/app/features/work-packages/components/wp-single-view-tabs/overview-tab/overview-tab.component.ts|50 col 13| Block must not be padded by blank lines.
frontend/src/app/features/work-packages/components/wp-single-view-tabs/overview-tab/overview-tab.component.ts|55 col 5| Unsafe assignment of an any value.
frontend/src/app/features/work-packages/routing/wp-split-view/wp-split-view-entry.component.ts|35 col 1| More than 1 blank line not allowed.
frontend/src/app/features/work-packages/routing/wp-split-view/wp-split-view-entry.component.ts|40 col 2| Component should have ChangeDetectionStrategy.OnPush
frontend/src/app/features/work-packages/routing/wp-split-view/wp-split-view.component.ts|68 col 3| Unsafe assignment of an any value.
frontend/src/app/features/work-packages/routing/wp-split-view/wp-split-view.component.ts|68 col 57| Unsafe member access .baseRoute on an any value.

Filtered Findings (4454)

frontend/src/app/app.module.ts|322 col 3| Lifecycle interface 'DoBootstrap' should be implemented for method 'ngDoBootstrap'. (https://angular.io/styleguide#style-09-01)
frontend/src/app/app.module.ts|335 col 11| Unsafe assignment of an any value.
frontend/src/app/app.module.ts|335 col 25| Unsafe call of an any typed value.
frontend/src/app/app.module.ts|335 col 25| Unexpected dangling '_' in '_injector'.
frontend/src/app/app.module.ts|335 col 36| Unexpected any. Specify a different type.
frontend/src/app/app.module.ts|335 col 41| Unsafe member access ._injector on an any value.
frontend/src/app/app.module.ts|336 col 5| Unsafe call of an any typed value.
frontend/src/app/app.module.ts|336 col 5| Unsafe call of an any typed value.
frontend/src/app/app.module.ts|337 col 8| Unsafe member access .call on an any value.
frontend/src/app/app.module.ts|338 col 8| Unsafe member access .forEach on an any value.
frontend/src/app/app.module.ts|338 col 48| Unexpected any. Specify a different type.
frontend/src/app/core/apiv3/api-v3.service.spec.ts|| Parsing error: ESLint was configured to run on <tsconfigRootDir>/src/app/core/apiv3/api-v3.service.spec.ts using parserOptions.project: /src/tsconfig.app.json
However, that TSConfig does not include this file. Either:

Annotations

Check failure on line 52 in frontend/src/app/features/work-packages/components/wp-single-view-tabs/overview-tab/overview-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/overview-tab/overview-tab.component.ts#L50-L52 <padded-blocks>(https://eslint.org/docs/latest/rules/padded-blocks)

Block must not be padded by blank lines.
Raw output
{"ruleId":"padded-blocks","severity":2,"message":"Block must not be padded by blank lines.","line":50,"column":13,"nodeType":"BlockStatement","messageId":"neverPadBlock","endLine":52,"endColumn":3,"fix":{"range":[2124,2126],"text":"\n"}}

Check failure on line 55 in frontend/src/app/features/work-packages/components/wp-single-view-tabs/overview-tab/overview-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/overview-tab/overview-tab.component.ts#L55 <@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":55,"column":5,"nodeType":"AssignmentExpression","messageId":"anyAssignment","endLine":55,"endColumn":82}

Check failure on line 36 in frontend/src/app/features/work-packages/routing/wp-split-view/wp-split-view-entry.component.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/features/work-packages/routing/wp-split-view/wp-split-view-entry.component.ts#L35-L36 <no-multiple-empty-lines>(https://eslint.org/docs/latest/rules/no-multiple-empty-lines)

More than 1 blank line not allowed.
Raw output
{"ruleId":"no-multiple-empty-lines","severity":2,"message":"More than 1 blank line not allowed.","line":35,"column":1,"nodeType":"Program","messageId":"consecutiveBlank","endLine":36,"endColumn":1,"fix":{"range":[1542,1543],"text":""}}

Check failure on line 40 in frontend/src/app/features/work-packages/routing/wp-split-view/wp-split-view-entry.component.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/features/work-packages/routing/wp-split-view/wp-split-view-entry.component.ts#L40 <change-detection-strategy/on-push>

Component should have ChangeDetectionStrategy.OnPush
Raw output
{"ruleId":"change-detection-strategy/on-push","severity":2,"message":"Component should have ChangeDetectionStrategy.OnPush","line":40,"column":2,"nodeType":"Identifier","endLine":40,"endColumn":11,"fix":{"range":[1875,1875],"text":"\n  changeDetection: ChangeDetectionStrategy.OnPush"}}

Check failure on line 68 in frontend/src/app/features/work-packages/routing/wp-split-view/wp-split-view.component.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/features/work-packages/routing/wp-split-view/wp-split-view.component.ts#L68 <@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":68,"column":3,"nodeType":"PropertyDefinition","messageId":"anyAssignment","endLine":68,"endColumn":67}

Check failure on line 68 in frontend/src/app/features/work-packages/routing/wp-split-view/wp-split-view.component.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/features/work-packages/routing/wp-split-view/wp-split-view.component.ts#L68 <@typescript-eslint/no-unsafe-member-access>(https://typescript-eslint.io/rules/no-unsafe-member-access)

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