Skip to content

Commit 3d8c756

Browse files
committed
Disable AbcSize cop for HourlyRate#history_for_user
1 parent dd0b46a commit 3d8c756

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/costs/app/models/hourly_rate.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def next(reference_date = valid_from)
4444
.first
4545
end
4646

47-
def self.history_for_user(usr)
47+
def self.history_for_user(usr) # rubocop:disable Metrics/AbcSize
4848
projects_with_costs = Project.has_module(:costs)
4949
.active
5050
.visible

0 commit comments

Comments
 (0)