Sha256: 8fcb3a43d252aa52f4e1b559d135a27ca567a91a59a4195bacec2bd5ee4a7141

Contents?: true

Size: 425 Bytes

Versions: 3

Compression:

Stored size: 425 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7
  Exclude:
    - 'spec/**/*'

Layout/EndOfLine:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 11

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

Style/RaiseArgs:
  Exclude:
    - 'lib/habluhablu.rb'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
habluhablu-0.1.7 .rubocop.yml
habluhablu-0.1.6 .rubocop.yml
habluhablu-0.1.4 .rubocop.yml