Sha256: d46207371a6082af9e1b007af6f3e1af50aeacb41bb45bbe9a7e2c51b09269a4

Contents?: true

Size: 757 Bytes

Versions: 1

Compression:

Stored size: 757 Bytes

Contents

AllCops:
  Exclude:
    - test/dummy/**/*
    - vendor/**/*

Style/StringLiterals:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Layout/LineLength:
  Exclude:
    - titleist.gemspec
    - test/test_helper.rb
    - bin/rails

Style/FormatStringToken:
  Exclude:
    - lib/titleist/title.rb

Layout/EmptyLinesAroundAttributeAccessor:
  Enabled: true
Layout/SpaceAroundMethodCallOperator:
  Enabled: true
Lint/DeprecatedOpenSSLConstant:
  Enabled: true
Lint/RaiseException:
  Enabled: true
Lint/StructNewOverride:
  Enabled: true
Style/ExponentialNotation:
  Enabled: true
Style/HashEachMethods:
  Enabled: true
Style/HashTransformKeys:
  Enabled: true
Style/HashTransformValues:
  Enabled: true
Style/SlicingWithRange:
  Enabled: true

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
titleist-1.0.0 .rubocop.yml