Skip to content

Privatize .oversized_merge_request?

Kerri Miller requested to merge kerrizor/privatize-oversized_merge_request into master

What does this MR do?

Making this a public method was an oversight on my part; there's no reason this shouldn't be private

Note: I think this class is approaching (if not past) the point where we should be more clever about included private class methods on the modules (included do or def self.included(base);end techniques) but that's a deeper cleanup

Merge request reports