You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(PUP-11993) Move Style/PreferredHashMethods to .rubocop.yml
This commit moves Style/PreferredHashMethods from .rubocop_todo.yml
to .rubocop.yml to indefinitely disable the cop. This is because enabling
this cop causes 11 failures in rb_tree_map_spec.rb that relate to core
functions in trees, like deleting a node and returning nil when a key
can't be found.
0 commit comments