Sha256: f5faaf3eeacfabdac5941930f08d47b986d213ead9924ebd2a2381b3774cb62f

Contents?: true

Size: 331 Bytes

Versions: 9

Compression:

Stored size: 331 Bytes

Contents

inherit_from: .rubocop_todo.yml

Layout/LineLength:
  Max: 100
  Exclude:
    - 'spec/**/*_spec.rb'

Lint/ShadowingOuterLocalVariable:
  Enabled: false

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

Metrics/ClassLength:
  Enabled: false

Metrics/ParameterLists:
  Enabled: false

Style/Documentation:
  Enabled: false

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
japan_etc-0.14.0 .rubocop.yml
japan_etc-0.13.0 .rubocop.yml
japan_etc-0.12.0 .rubocop.yml
japan_etc-0.11.0 .rubocop.yml
japan_etc-0.10.0 .rubocop.yml
japan_etc-0.9.0 .rubocop.yml
japan_etc-0.8.0 .rubocop.yml
japan_etc-0.7.0 .rubocop.yml
japan_etc-0.6.0 .rubocop.yml