Project

General

Profile

Actions

Patch #42514

closed

Fix rubocop offence "Layout/LineLength: Line is too long"

Added by Katsuya HIDAKA 20 days ago. Updated 20 days ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Code cleanup/refactoring
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

The CI build is currently failing due to a Rubocop offense: "Layout/LineLength: Line is too long.".
https://github.com/redmine/redmine/actions/runs/14252279885/job/39947639317

Offenses:

lib/redmine/helpers/gantt.rb:403:195: C: Layout/LineLength: Line is too long. [203/194]
              'imagemagick_convert_command option is ignored because MiniMagick has removed the option to define a custom path for the binary. Please ensure the convert binary is available in your PATH.'

The attached patch resolves this issue.


Files


Related issues

Related to Redmine - Defect #42145: MiniMagick (> 5) removed cli_path, result crash when supplied imagemagick_convert_commandClosedMarius BĂLTEANU

Actions
Actions #1

Updated by Marius BĂLTEANU 20 days ago

  • Status changed from New to Closed

Thanks, committed as part of #42145.

Actions #2

Updated by Marius BĂLTEANU 20 days ago

  • Related to Defect #42145: MiniMagick (> 5) removed cli_path, result crash when supplied imagemagick_convert_command added
Actions

Also available in: Atom PDF