Skip to content

Commit a412ee9

Browse files
authored
Merge pull request #2178 from koic/enable_performance_map_compact_cop
Enable `Performance/SelectMap` cop
2 parents 6eda1ba + a2baa56 commit a412ee9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,9 @@ Performance/FlatMap:
232232
Performance/MapCompact:
233233
Enabled: true
234234

235+
Performance/SelectMap:
236+
Enabled: true
237+
235238
Performance/RedundantMerge:
236239
Enabled: true
237240

0 commit comments

Comments
 (0)