-
Notifications
You must be signed in to change notification settings - Fork 377
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**What does this PR do?** This PR moves the `start_worker` and `stop_worker` to the `private` section of `writer.rb`. It does this instead of using `private :start_worker, :stop_worker` to make rubocop happy. **Motivation:** Unbreak rubocop in master. **Additional Notes:** I thought we had pinned down the version of rubocop in CI, but it appears we have a gap. I've not investigated further. **How to test the change?** Validate that the lint check in CI is back to green.
- Loading branch information
Showing
1 changed file
with
26 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters