Sha256: 25fb985ee4adead0349ab113fc6bfebea76d79ac8731e014fa18421c838be65d

Contents?: true

Size: 625 Bytes

Versions: 1

Compression:

Stored size: 625 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: '2.3'

Metrics/ModuleLength:
  Exclude:
    - "**/*_spec.rb"

Metrics/BlockLength:
  Exclude:
    - "**/*_spec.rb"
    - "fusuma.gemspec"

Layout/LineLength:
  Max: 100
  Exclude:
    - "fusuma.gemspec"
    - "**/*_spec.rb"

# For rubocop < 1.0.0
Style/HashEachMethods:
  Enabled: true

# For rubocop < 1.0.0
Style/HashTransformKeys:
  Enabled: true

# For rubocop < 1.0.0
Style/HashTransformValues:
  Enabled: true

# For compatible ruby 2.3
Style/RedundantBegin:
  Enabled: false

Lint/RaiseException:
   Enabled: true
Lint/StructNewOverride:
   Enabled: true

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fusuma-2.0.0.pre .rubocop.yml