Commit b16f8e7
committed
(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.1 parent 131c4ab commit b16f8e7
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
54 | 60 | | |
55 | 61 | | |
56 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
646 | 646 | | |
647 | 647 | | |
648 | 648 | | |
649 | | - | |
650 | | - | |
651 | | - | |
652 | | - | |
653 | | - | |
654 | | - | |
655 | 649 | | |
656 | 650 | | |
657 | 651 | | |
| |||
0 commit comments