[57405] Use Primer's PageHeader component on the WorkPackage list view #16708
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
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
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
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
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
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]
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]