Actions
Patch #42514
closedFix rubocop offence "Layout/LineLength: Line is too long"
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
Updated by Marius BĂLTEANU 20 days ago
- Status changed from New to Closed
Thanks, committed as part of #42145.
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