Sha256: 4b636a6263ad57d09d63db19b1f760428d9cddb12aec38744a8d28b7fd6db418

Contents?: true

Size: 1.94 KB

Versions: 6

Compression:

Stored size: 1.94 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
  Exclude:
    - 'lib/eco-rake/base/method_helpers.rb'
Metrics/CyclomaticComplexity:
  Max: 10
  Exclude:
    - 'lib/eco-rake/base/method_helpers.rb'
Metrics/PerceivedComplexity:
  Max: 10
  Exclude:
    - 'lib/eco-rake/base/method_helpers.rb'

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/ArgumentAlignment:
  EnforcedStyle: with_fixed_indentation
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
Lint/UnderscorePrefixedVariableName:
  Enabled: false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
eco-rake-0.1.6 .rubocop.yml
eco-rake-0.1.5 .rubocop.yml
eco-rake-0.1.4 .rubocop.yml
eco-rake-0.1.3 .rubocop.yml
eco-rake-0.1.2 .rubocop.yml
eco-rake-0.1.1 .rubocop.yml