Skip to content

Add AllowedMethods to .rubocop_todo.yml

Adam Cohen requested to merge add-allowed-methods-to-rubocop-todo into master

What does this MR do?

Exempt Main#parse(options) and OptionParser.new from rubocop enforcement, so we can address these violations later.

What are the relevant issue numbers?

Merge request reports