Sha256: 5a4ba5fbdc94dc2f65faed0136797c47a1c81f7d2a29df9968ab15c61d5606ba

Contents?: true

Size: 376 Bytes

Versions: 2

Compression:

Stored size: 376 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.0

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Metrics/BlockLength:
  Exclude:
    - spec/**/*

Metrics/ClassLength:
  Exclude:
    - spec/**/*

Layout/LineLength:
  Max: 120

inherit_gem:
  rubocop-fjord:
    - "config/rubocop.yml"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jp_local_gov-0.2.1 .rubocop.yml
jp_local_gov-0.2.0 .rubocop.yml