From 40d51e1a1a42ce71ea7c264337408f81ad3ca004 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Fri, 4 Apr 2025 14:50:19 +0000 Subject: Fix rubocop offence "Layout/LineLength: Line is too long" (#42145, #42514). Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23598 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- lib/redmine/helpers/gantt.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/redmine/helpers/gantt.rb') diff --git a/lib/redmine/helpers/gantt.rb b/lib/redmine/helpers/gantt.rb index 76490f286..bd784609b 100644 --- a/lib/redmine/helpers/gantt.rb +++ b/lib/redmine/helpers/gantt.rb @@ -400,7 +400,9 @@ module Redmine MiniMagick.cli_path = File.dirname(Redmine::Configuration['imagemagick_convert_command']) else Rails.logger.warn( - '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.' + '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.' ) end end -- cgit v1.2.3