mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
Fix wrong RuboCop's cop name (#43437).
git-svn-id: https://svn.redmine.org/redmine/trunk@24127 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
76d811aa6e
commit
f28c12a997
@ -228,7 +228,7 @@ class WorkflowsControllerTest < Redmine::ControllerTest
|
||||
end
|
||||
|
||||
# Status transitions between statuses
|
||||
(1..num_statuses).each do |status_id_from| # rubocop:disable RuboCopStyle/CombinableLoops
|
||||
(1..num_statuses).each do |status_id_from| # rubocop:disable Style/CombinableLoops
|
||||
transitions_data[status_id_from.to_s] = {}
|
||||
(1..num_statuses).each do |status_id_to|
|
||||
# skip self-transitions
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user