diff --git a/Library/.rubocop_shared.yml b/Library/.rubocop_shared.yml index fbdc59353f23cd32b93af4d1fe871aebce696669..57d280ec7cabef1edc6b107db36137be4ead8454 100644 --- a/Library/.rubocop_shared.yml +++ b/Library/.rubocop_shared.yml @@ -50,6 +50,14 @@ Style/CollectionMethods: Style/FormatStringToken: EnforcedStyle: annotated +# autocorrectable and more readable +Style/HashEachMethods: + Enabled: true +Style/HashTransformKeys: + Enabled: true +Style/HashTransformValues: + Enabled: true + # This shouldn't be enabled until LineLength is lower. Style/IfUnlessModifier: Enabled: false