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
Actions