Sha256: a71156d7eda3e52e666e4a2f2b050c08d6c73b1b37a8b78d97e00952af7b7172

Contents?: true

Size: 861 Bytes

Versions: 6

Compression:

Stored size: 861 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/ClassVars:
  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 & 3 rubygems

Version Path
hstore_accessor_moi_solutions-1.0.4 .rubocop.yml
hstore_accessor-1.1.1 .rubocop.yml
hstore_accessor-1.1.0 .rubocop.yml
hstore_accessor_rails5-1.0.4 .rubocop.yml
hstore_accessor-1.0.3 .rubocop.yml
hstore_accessor-1.0.2 .rubocop.yml