Sha256: ea035f3d293959ba946c957763f86df535bd9a8b4feda2bd580d35344f5a4732

Contents?: true

Size: 1.66 KB

Versions: 13

Compression:

Stored size: 1.66 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: 10
Metrics/PerceivedComplexity:
  Max: 10

ParameterLists:
  Max: 5
  CountKeywordArgs: false

Style/Alias:
  EnforcedStyle: prefer_alias_method
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/HashAlignment:
  EnforcedColonStyle: table
Layout/ExtraSpacing:
  AllowForAlignment: true
Layout/AccessModifierIndentation:
  EnforcedStyle: indent
Layout/DotPosition:
  EnforcedStyle: trailing
Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented
Layout/SpaceInsideHashLiteralBraces:
  Enabled: false
Layout/SpaceInsideBlockBraces:
  Enabled: false
Layout/SpaceAroundOperators:
  Enabled: false
Layout/FirstHashElementIndentation:
  Enabled: false
Layout/EmptyLineAfterGuardClause:
  Enabled: false
Layout/LeadingCommentSpace:
  Enabled: false

Lint/AssignmentInCondition:
  Enabled: false

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
rake-commander-0.3.6 .rubocop.yml
rake-commander-0.3.5 .rubocop.yml
rake-commander-0.3.3 .rubocop.yml
rake-commander-0.2.12 .rubocop.yml
rake-commander-0.2.11 .rubocop.yml
rake-commander-0.2.10 .rubocop.yml
rake-commander-0.2.7 .rubocop.yml
rake-commander-0.2.6 .rubocop.yml
rake-commander-0.2.5 .rubocop.yml
rake-commander-0.2.4 .rubocop.yml
rake-commander-0.2.3 .rubocop.yml
rake-commander-0.2.2 .rubocop.yml
rake-commander-0.2.0 .rubocop.yml