reviewdog [rubocop] report
reported by reviewdog 🐶
Findings (3)
app/helpers/work_packages/split_view_helper.rb|16 col 5| Redundant else
-clause.
config/routes.rb|617 col 131| Line is too long. [146/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 617 in config/routes.rb
github-actions / rubocop
[rubocop] config/routes.rb#L617 <Layout/LineLength>
Line is too long. [146/130]
Raw output
config/routes.rb:617:131: C: Layout/LineLength: Line is too long. [146/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]