Sha256: 1e5422da7a91faa51d2ab280b068c5e140855c3319cf97f77560c429de1c22ca

Contents?: true

Size: 332 Bytes

Versions: 7

Compression:

Stored size: 332 Bytes

Contents

inherit_from: .rubocop_todo.yml

Lint/ShadowingOuterLocalVariable:
  Enabled: false

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

Metrics/ClassLength:
  Enabled: false

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

Metrics/ParameterLists:
  Enabled: false

Style/Documentation:
  Enabled: false

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
japan_etc-0.5.2 .rubocop.yml
japan_etc-0.5.1 .rubocop.yml
japan_etc-0.5.0 .rubocop.yml
japan_etc-0.4.0 .rubocop.yml
japan_etc-0.3.0 .rubocop.yml
japan_etc-0.2.0 .rubocop.yml
japan_etc-0.1.0 .rubocop.yml