Skip to content

Commit

Permalink
Revert changes for .rubocop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
serg-kovalev committed Feb 8, 2023
1 parent e145024 commit 03a9f05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AllCops:
TargetRubyVersion: 2.7.0
TargetRubyVersion: 2.3.0
Exclude:
- "tmp/**/*"
- "bin/*"
Expand All @@ -11,7 +11,7 @@ Bundler/OrderedGems:
Gemspec/OrderedDependencies:
Enabled: false

Layout/ParameterAlignment:
Layout/AlignParameters:
Enabled: true
EnforcedStyle: with_fixed_indentation
Layout/ConditionPosition:
Expand All @@ -20,7 +20,7 @@ Layout/DotPosition:
EnforcedStyle: leading
Layout/ExtraSpacing:
Enabled: true
Layout/AssignmentIndentation:
Layout/IndentAssignment:
Enabled: False
Layout/MultilineOperationIndentation:
Enabled: true
Expand All @@ -33,7 +33,7 @@ Lint/AmbiguousOperator:
Enabled: true
Lint/AmbiguousRegexpLiteral:
Enabled: true
Lint/DuplicateHashKey:
Lint/DuplicatedKey:
Enabled: true

Metrics/ClassLength:
Expand Down

0 comments on commit 03a9f05

Please sign in to comment.