config/default.yml in rubocop-springest-0.6.4 vs config/default.yml in rubocop-springest-0.6.5

- old
+ new

@@ -285,26 +285,20 @@ Enabled: true Performance/EndWith: Enabled: true -Performance/LstripRstrip: - Enabled: true - Performance/RangeInclude: Enabled: false Performance/RedundantMatch: Enabled: false Performance/RedundantMerge: Enabled: true MaxKeyValuePairs: 1 -Performance/RedundantSortBy: - Enabled: true - Performance/Size: Enabled: true Performance/StartWith: Enabled: true @@ -314,13 +308,10 @@ EnabledForFlattenWithoutParams: false Performance/ReverseEach: Enabled: true -Performance/Sample: - Enabled: true - Performance/StringReplacement: Enabled: true Security/Eval: Enabled: true @@ -387,5 +378,14 @@ Enabled: true Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes + +Style/Strip: + Enabled: true + +Style/RedundantSortBy: + Enabled: true + +Style/Sample: + Enabled: true