.rubocop.yml in lens_protocol-0.2.0 vs .rubocop.yml in lens_protocol-0.2.1

- old
+ new

@@ -53,10 +53,19 @@ Enabled: false Style/RescueModifier: Enabled: false +Style/HashEachMethods: + Enabled: false + +Style/HashTransformKeys: + Enabled: false + +Style/HashTransformValues: + Enabled: false + Layout/LineLength: Max: 120 Layout/SpaceInsideHashLiteralBraces: Enabled: false @@ -74,13 +83,10 @@ EnforcedStyle: with_fixed_indentation Layout/SpaceInLambdaLiteral: Enabled: false -Layout/EmptyLineAfterGuardClause: - Enabled: false - Metrics: Enabled: false Bundler: Enabled: false @@ -96,6 +102,9 @@ Lint/AmbiguousOperator: Enabled: false Lint/AmbiguousBlockAssociation: + Enabled: false + +Naming/MethodParameterName: Enabled: false