Remove unused and obsolete rubocop rules
These rules are now defined under `Style/`. However, we don't really use them, so they add noise to the rubocop configuration file without solving any issues we actually have.
This commit is contained in:
@@ -48,9 +48,6 @@ Performance/FixedSize:
|
||||
Performance/FlatMap:
|
||||
Enabled: true
|
||||
|
||||
Performance/LstripRstrip:
|
||||
Enabled: true
|
||||
|
||||
Performance/RangeInclude:
|
||||
Enabled: true
|
||||
|
||||
@@ -63,18 +60,12 @@ Performance/RedundantMatch:
|
||||
Performance/RedundantMerge:
|
||||
Enabled: true
|
||||
|
||||
Performance/RedundantSortBy:
|
||||
Enabled: true
|
||||
|
||||
Performance/RegexpMatch:
|
||||
Enabled: true
|
||||
|
||||
Performance/ReverseEach:
|
||||
Enabled: true
|
||||
|
||||
Performance/Sample:
|
||||
Enabled: true
|
||||
|
||||
Performance/Size:
|
||||
Enabled: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user