Sha256: fcad56caae22eca3c94514efd6bcdc47a0f386d5af2fb70e7839116e9fd4885d

Contents?: true

Size: 1.55 KB

Versions: 1

Compression:

Stored size: 1.55 KB

Contents

AllCops:
  TargetRubyVersion: 2.7.2
  Exclude:
    - 'config/routes.rb'

Naming/VariableNumber:
  EnforcedStyle: snake_case
Naming/FileName:
  Enabled: false

Metrics/LineLength:
  Enabled: false
Metrics/BlockLength:
  ExcludedMethods: [context, describe]
  Max: 50
Metrics/MethodLength:
  Max: 50
Metrics/ClassLength:
  Max: 200
Metrics/ModuleLength:
  Max: 200
Metrics/AbcSize:
  Max: 50
Metrics/CyclomaticComplexity:
  Max: 15
Metrics/PerceivedComplexity:
  Max: 15

ParameterLists:
  Max: 5
  CountKeywordArgs: false

Style/StringLiterals:
  Enabled: false
Style/FrozenStringLiteralComment:
  Enabled: false
Style/CommentedKeyword:
  Enabled: false
Style/MultilineBlockChain:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/StringLiteralsInInterpolation:
  Enabled: false
Style/AndOr:
  Enabled: false
Style/SlicingWithRange:
  Enabled: false
Style/ClassAndModuleChildren:
  Enabled: false
Style/OptionalBooleanParameter:
  Enabled: false

Layout/SpaceInsideHashLiteralBraces:
  Enabled: false
Layout/SpaceInsideBlockBraces:
  Enabled: false
Layout/SpaceAroundOperators:
  Enabled: false
Layout/ExtraSpacing:
  AllowForAlignment: true
Layout/AccessModifierIndentation:
  EnforcedStyle: indent
Layout/DotPosition:
  EnforcedStyle: trailing
Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented
Layout/FirstHashElementIndentation:
  Enabled: false
Layout/EmptyLineAfterGuardClause:
  Enabled: false
Layout/LeadingCommentSpace:
  Enabled: false

Lint/AssignmentInCondition:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rake-commander-0.1.4 .rubocop.yml