Sha256: eab0f1bd81f5d3f57dceb3633784a220cbabfc13f4a8167dca90c6d74644f3ab

Contents?: true

Size: 1.63 KB

Versions: 4

Compression:

Stored size: 1.63 KB

Contents

# inherit_from: .rubocop_todo.yml

# METRICS
Metrics/ClassLength:
  Max: 200

Metrics/CyclomaticComplexity:
  Max: 21

Metrics/LineLength:
  Max: 180

Metrics/MethodLength:
  Max: 42

Metrics/PerceivedComplexity:
  Max: 21

Metrics/AbcSize:
  Max: 42

Metrics/ModuleLength:
  Max: 256

Metrics/BlockLength:
  Max: 128

################################################################################

Lint/EmptyWhen:
  Enabled: false

################################################################################

Style/SignalException:
  EnforcedStyle: semantic

Style/PercentLiteralDelimiters:
  Enabled: false

Style/MethodName:
  Enabled: false

Style/VariableName:
  SupportedStyles: snake_case

################################################################################

Style/Alias:
  Exclude:
    - 'lib/**/*'
    - 'spec/**/*'

Style/Lambda:
  Exclude:
    - 'lib/**/*'

Style/LambdaCall:
  Exclude:
    - 'lib/**/*'
    - 'spec/**/*'

Style/ParallelAssignment:
  Exclude:
    - 'lib/**/*'

Style/FormatString:
  Exclude:
    - 'lib/**/*'

Style/MethodDefParentheses:
  Exclude:
    - 'lib/**/*'
    - 'spec/**/*'

Style/AsciiIdentifiers:
  Exclude:
    - 'lib/**/*'
    - 'spec/**/*'

Style/AsciiComments:
  Exclude:
    - 'lib/**/*'
    - 'spec/**/*'

Style/RescueModifier:
  Exclude:
    - 'lib/**/*'

Style/EmptyCaseCondition:
  Exclude:
    - 'lib/**/*'
    - 'spec/**/*'

Style/RaiseArgs:
  Exclude:
    - 'lib/**/*'
    - 'spec/**/*'

Style/SpecialGlobalVars:
  Exclude:
    - 'lib/**/*'
    - 'spec/**/*'

Style/MultilineBlockChain:
  Exclude:
    - 'lib/**/*'
    - 'spec/**/*'

Style/CaseEquality:
  Exclude:
    - 'lib/**/*'
    - 'spec/**/*'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dry-mutations-1.6.0 .rubocop.yml
dry-mutations-1.5.7 .rubocop.yml
dry-mutations-1.5.6 .rubocop.yml
dry-mutations-1.5.5 .rubocop.yml