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

[57405] Use Primer's PageHeader component on the WorkPackage list view #16708

Draft
wants to merge 39 commits into
base: dev
Choose a base branch
from

Merge remote-tracking branch 'origin/dev' into feature/57405-use-prim…

cfadfa5
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

[57405] Use Primer's PageHeader component on the WorkPackage list view #16708

Merge remote-tracking branch 'origin/dev' into feature/57405-use-prim…
cfadfa5
Select commit
Loading
Failed to load commit list.
GitHub Actions / rubocop failed Nov 19, 2024 in 0s

reviewdog [rubocop] report

reported by reviewdog 🐶

Findings (6)

app/helpers/work_packages/split_view_helper.rb|16 col 5| Redundant else-clause.
config/routes.rb|354 col 131| Line is too long. [150/130]
config/routes.rb|634 col 131| Line is too long. [148/130]
config/routes.rb|639 col 5| Missing space after #.
config/routes.rb|639 col 131| Line is too long. [147/130]
lib/open_project/text_formatting/filters/macros/create_work_package_link.rb|47 col 5| Assignment Branch Condition size for work_package_link is too high. [<4, 24, 6> 25.06/17]

Filtered Findings (0)

Annotations

Check notice on line 16 in app/helpers/work_packages/split_view_helper.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] app/helpers/work_packages/split_view_helper.rb#L16 <Style/EmptyElse>

Redundant `else`-clause.
Raw output
app/helpers/work_packages/split_view_helper.rb:16:5: C: Style/EmptyElse: Redundant `else`-clause.

Check notice on line 354 in config/routes.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] config/routes.rb#L354 <Layout/LineLength>

Line is too long. [150/130]
Raw output
config/routes.rb:354:131: C: Layout/LineLength: Line is too long. [150/130]

Check notice on line 634 in config/routes.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] config/routes.rb#L634 <Layout/LineLength>

Line is too long. [148/130]
Raw output
config/routes.rb:634:131: C: Layout/LineLength: Line is too long. [148/130]

Check notice on line 639 in config/routes.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] config/routes.rb#L639 <Layout/LeadingCommentSpace>

Missing space after `#`.
Raw output
config/routes.rb:639:5: C: Layout/LeadingCommentSpace: Missing space after `#`.

Check notice on line 639 in config/routes.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] config/routes.rb#L639 <Layout/LineLength>

Line is too long. [147/130]
Raw output
config/routes.rb:639:131: C: Layout/LineLength: Line is too long. [147/130]

Check notice on line 76 in lib/open_project/text_formatting/filters/macros/create_work_package_link.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] lib/open_project/text_formatting/filters/macros/create_work_package_link.rb#L47-L76 <Metrics/AbcSize>

Assignment Branch Condition size for work_package_link is too high. [<4, 24, 6> 25.06/17]
Raw output
lib/open_project/text_formatting/filters/macros/create_work_package_link.rb:47:5: C: Metrics/AbcSize: Assignment Branch Condition size for work_package_link is too high. [<4, 24, 6> 25.06/17]