Skip to content

Hide unnecessary public methods in ProcessCommitWorker

What does this MR do and why?

This MR hides unnecessary public methods in ProcessCommitWorker.

Note, that #373805 (closed) suggests making private only ProcessCommitWorker#process_commit_message, but other methods should also be private - they are used only in worker itself and in its specs.

Merge request reports