Sha256: 1fb08b36aed9e9c8acdcd93b2c14c2b731452160231fac2cb165c8c78dbda54d

Contents?: true

Size: 787 Bytes

Versions: 5

Compression:

Stored size: 787 Bytes

Contents

AllCops:
  # Include gemspec and Rakefile
  Include:
    - 'lib/**/*.rb'
    - 'lib/**/*.rake'
    - 'spec/**/*.rb'
  Exclude:
    - 'bin/**/*'
    - 'spec/dummy/**/*'
    - 'tmp/**/*'
    - 'bench/**/*'
  DisplayCopNames: true
  StyleGuideCopsOnly: false

Style/AccessorMethodName:
  Enabled: false

Style/TrivialAccessors:
  Enabled: false

Style/Documentation:
  Exclude:
    - 'spec/**/*.rb'

Style/StringLiterals: 
  Enabled: false

Style/SpaceInsideStringInterpolation:
  EnforcedStyle: no_space

Style/BlockDelimiters:
  Exclude:
    - 'spec/**/*.rb'

Lint/AmbiguousRegexpLiteral:
  Enabled: false

Metrics/MethodLength:
  Exclude:
    - 'spec/**/*.rb'

Metrics/LineLength:
  Max: 100
  Exclude:
    - 'spec/**/*.rb'

Rails/Date:
  Enabled: false

Rails/TimeZone:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
store_attribute-0.5.2 .rubocop.yml
store_attribute-0.5.1 .rubocop.yml
store_attribute-0.4.1 .rubocop.yml
store_attribute-0.5.0 .rubocop.yml
store_attribute-0.4.0 .rubocop.yml