Skip to content

Commit

Permalink
rubo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 3, 2024
1 parent d0e73f3 commit 1282236
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,33 +32,9 @@ Naming/FileName:
Regex: !ruby/regexp '/^[a-z0-9\-._]*$/'
Style/GlobalVars:
Enabled: false
Metrics/MethodLength:
Enabled: false
Lint/NestedMethodDefinition:
Enabled: false
Gemspec/RequiredRubyVersion:
Enabled: false
Style/ClassAndModuleChildren:
Enabled: false
Layout/MultilineMethodCallIndentation:
Enabled: false
Metrics/AbcSize:
Enabled: false
Metrics/BlockLength:
Enabled: false
Metrics/CyclomaticComplexity:
Enabled: false
Metrics/ClassLength:
Enabled: false
Metrics/PerceivedComplexity:
Enabled: false
Layout/EmptyLineAfterGuardClause:
Enabled: false
Layout/CaseIndentation:
Enabled: false
Naming/MethodParameterName:
MinNameLength: 2
Metrics/ParameterLists:
Enabled: false
Layout/MultilineAssignmentLayout:
Enabled: true

0 comments on commit 1282236

Please sign in to comment.