Sha256: d235d194f8715baad8e92885f0aa667cc53784b3fd760d205ff16f303582816d

Contents?: true

Size: 588 Bytes

Versions: 1

Compression:

Stored size: 588 Bytes

Contents

inherit_from: .rubocop_todo.yml

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-1.11.1 .rubocop.yml