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

- old
+ new

@@ -53,28 +53,34 @@ Enabled: false Style/RescueModifier: Enabled: false +Layout/LineLength: + Max: 120 + Layout/SpaceInsideHashLiteralBraces: Enabled: false Layout/MultilineMethodCallIndentation: Enabled: false -Layout/TrailingBlankLines: +Layout/TrailingEmptyLines: Enabled: false -Layout/IndentArray: +Layout/FirstArrayElementIndentation: EnforcedStyle: consistent -Layout/AlignParameters: +Layout/ParameterAlignment: EnforcedStyle: with_fixed_indentation Layout/SpaceInLambdaLiteral: Enabled: false +Layout/EmptyLineAfterGuardClause: + Enabled: false + Metrics: Enabled: false Bundler: Enabled: false @@ -90,9 +96,6 @@ Lint/AmbiguousOperator: Enabled: false Lint/AmbiguousBlockAssociation: - Enabled: false - -Naming/UncommunicativeMethodParamName: Enabled: false