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:
|
Performance/FlatMap:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
Performance/LstripRstrip:
|
|
||||||
Enabled: true
|
|
||||||
|
|
||||||
Performance/RangeInclude:
|
Performance/RangeInclude:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
@@ -63,18 +60,12 @@ Performance/RedundantMatch:
|
|||||||
Performance/RedundantMerge:
|
Performance/RedundantMerge:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
Performance/RedundantSortBy:
|
|
||||||
Enabled: true
|
|
||||||
|
|
||||||
Performance/RegexpMatch:
|
Performance/RegexpMatch:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
Performance/ReverseEach:
|
Performance/ReverseEach:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
Performance/Sample:
|
|
||||||
Enabled: true
|
|
||||||
|
|
||||||
Performance/Size:
|
Performance/Size:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user