Sha256: 0fae4d09d3aefc562aa227550605f938f3a58a9413af849f035e7cf5a0b8a759

Contents?: true

Size: 472 Bytes

Versions: 2

Compression:

Stored size: 472 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.4

Metrics/BlockLength:
  Exclude:
    - '*.gemspec'
    - 'spec/**/*_spec.rb'

Layout/DotPosition:
  EnforcedStyle: trailing

Style/ClassAndModuleChildren:
  EnforcedStyle: nested

Style/MixinUsage:
  Exclude:
    - 'spec/spec_helper.rb'

Lint/RaiseException:
  Enabled: true
Lint/StructNewOverride:
  Enabled: true
Style/HashEachMethods:
  Enabled: true
Style/HashTransformKeys:
  Enabled: true
Style/HashTransformValues:
  Enabled: true

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
infreemation-0.2.2 .rubocop.yml
infreemation-0.2.1 .rubocop.yml