Create Reviewed section and move AmbiguousOperator #1171
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Created a 'Reviewed' section at the bottom of .rubocop_todo.yml to prevent folks from duplicating work.
Details
New to the project and the first thing I, unknowingly at the time, did was duplicate work! The first item in the todo file was
Lint/AmbiguousOperator
, so I did it. It wasn't until after that I realized that (1022)[https://github.com//pull/1022] solved it and it was decided not to move forward with it. Not a huge deal, but this PR looks to address that by moving items that have been decided to be kept and/or reviewed and found to be false to the bottom in their own section.Motivation and Context
Wanting to help fix items in (1021)[https://github.com//issues/1021] without running into issues with duplicating work.
How Has This Been Tested?
I've run
bundle exec rake
and got the following output. (Which I'd assume is acceptable?)Screenshots (if appropriate):
Types of changes