# Configuration parameters: IgnoredMethods.
Style/MethodCallWithoutArgsParentheses:
Exclude:
- - 'lib/redmine/helpers/gantt.rb'
- 'lib/redmine/scm/adapters/cvs_adapter.rb'
- 'lib/redmine/scm/adapters/filesystem_adapter.rb'
end
def sort_issue_logic(issue)
- julian_date = Date.new()
+ julian_date = Date.new
ancesters_start_date = []
current_issue = issue
begin
end
def pdf_task(params, coords, markers, label, object)
- cell_height_ratio = params[:pdf].get_cell_height_ratio()
+ cell_height_ratio = params[:pdf].get_cell_height_ratio
params[:pdf].set_cell_height_ratio(0.1)
height = 2