Sha256: d3213d44be0f3ef0d6d4951684563fbf6c090e38fb277a458b109e87e953a47b

Contents?: true

Size: 405 Bytes

Versions: 1

Compression:

Stored size: 405 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/Documentation:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - spec/game_spec.rb
  Max: 50

Metrics/BlockLength:
  Exclude:
    - spec/codebreaker/game_spec.rb
  Max: 50

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
codebreaker_manfly-0.1.0 .rubocop.yml