Sha256: f766b6460da2d188d4065fb80c5020c0c4bf34ac684edc18682db9e9da66c71a

Contents?: true

Size: 827 Bytes

Versions: 6

Compression:

Stored size: 827 Bytes

Contents

AllCops:
  Include:
    - Rakefile
Lint/SpaceBeforeFirstArg:
  Enabled: false
Lint/UnusedBlockArgument:
  Enabled: false
Lint/UnusedMethodArgument:
  Enabled: false
Metrics/AbcSize:
  Enabled: false
Metrics/ClassLength:
  Enabled: false
Metrics/CyclomaticComplexity:
  Enabled: false
Metrics/LineLength:
  Enabled: false
Metrics/MethodLength:
  Enabled: false
Metrics/PerceivedComplexity:
  Enabled: false
Style/AlignParameters:
  Enabled: false
Style/ClassAndModuleChildren:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/FileName:
  Enabled: false
Style/GuardClause:
  Enabled: false
Style/IndentHash:
  Enabled: false
Style/RescueModifier:
  Enabled: false
Style/SignalException:
  Enabled: false
Style/SpaceAroundEqualsInParameterDefault:
  Enabled: false
Style/StringLiterals:
  EnforcedStyle: double_quotes

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hstore_accessor-0.9.3 .rubocop.yml
hstore_accessor-0.9.2 .rubocop.yml
hstore_accessor-1.0.1 .rubocop.yml
hstore_accessor-0.9.1 .rubocop.yml
hstore_accessor-1.0.0 .rubocop.yml
hstore_accessor-0.9.0 .rubocop.yml