Sha256: 5fb4ef89eaff372c70e9aed1dda0fba33f9fed84221019d8d048bb8e66a064a2

Contents?: true

Size: 861 Bytes

Versions: 1

Compression:

Stored size: 861 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  NewCops: enable

Layout/LineLength:
  Enabled: false

Layout/SpaceAroundMethodCallOperator:
  Enabled: true

Lint/RaiseException:
  Enabled: true

Lint/StructNewOverride:
  Enabled: true

Lint/EmptyClass:
  Enabled: false

Metrics/AbcSize:
  Max: 50
  Exclude:
    - test/**/*

Metrics/BlockLength:
  Exclude:
    - config/**/*
    - test/**/*
    - lib/tasks/*

Metrics/CyclomaticComplexity:
  Max: 10

Metrics/ClassLength:
  Exclude:
    - test/**/*

Metrics/MethodLength:
  Max: 25
  Exclude:
    - test/**/*

Metrics/PerceivedComplexity:
  Max: 10

Style/Documentation:
  Enabled: false

Style/ExponentialNotation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/HashEachMethods:
  Enabled: false

Style/HashTransformKeys:
  Enabled: false

Style/HashTransformValues:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alveole-0.0.1 .rubocop.yml