Sha256: c6de4084343a91e8c96d7210bd080803a95ecdf1a5aee2fcb10b68304ed16de8

Contents?: true

Size: 376 Bytes

Versions: 3

Compression:

Stored size: 376 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7

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

3 entries across 3 versions & 1 rubygems

Version Path
jp_local_gov-1.0.0 .rubocop.yml
jp_local_gov-0.3.1 .rubocop.yml
jp_local_gov-0.3.0 .rubocop.yml