Sha256: b3310bb586cae10e66f59e348a32b00c847d0fca545f08a626902eaefd76c4f6

Contents?: true

Size: 535 Bytes

Versions: 2

Compression:

Stored size: 535 Bytes

Contents

AllCops:
  NewCops: enable
  TargetRubyVersion: 3.1

Metrics/MethodLength:
  Enabled: false

Layout/LineLength:
  Max: 120
  AllowedPatterns: ['^ *# ']

Style/Documentation:
  Enabled: false

Bundler/OrderedGems:
  Enabled: false

Naming/FileName:
  Exclude:
    - 'gemfiles/*'

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

Style/MutableConstant:
  Exclude:
    - 'lib/country_select/defaults.rb'
    - 'lib/country_select/formats.rb'

Style/MethodCallWithoutArgsParentheses:
  Exclude:
    - 'lib/country_select/tag_helper.rb'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
country_select-10.0.1 .rubocop.yml
country_select-10.0.0 .rubocop.yml