From 03a9f0556c3401d9c179619f671c60459c7dd860 Mon Sep 17 00:00:00 2001 From: Siarhei Kavaliou Date: Wed, 8 Feb 2023 16:34:23 +0300 Subject: [PATCH] Revert changes for .rubocop.yml --- .rubocop.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index b0971eb8..2447a73d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,5 @@ AllCops: - TargetRubyVersion: 2.7.0 + TargetRubyVersion: 2.3.0 Exclude: - "tmp/**/*" - "bin/*" @@ -11,7 +11,7 @@ Bundler/OrderedGems: Gemspec/OrderedDependencies: Enabled: false -Layout/ParameterAlignment: +Layout/AlignParameters: Enabled: true EnforcedStyle: with_fixed_indentation Layout/ConditionPosition: @@ -20,7 +20,7 @@ Layout/DotPosition: EnforcedStyle: leading Layout/ExtraSpacing: Enabled: true -Layout/AssignmentIndentation: +Layout/IndentAssignment: Enabled: False Layout/MultilineOperationIndentation: Enabled: true @@ -33,7 +33,7 @@ Lint/AmbiguousOperator: Enabled: true Lint/AmbiguousRegexpLiteral: Enabled: true -Lint/DuplicateHashKey: +Lint/DuplicatedKey: Enabled: true Metrics/ClassLength: