Sha256: 8ed74a2f51678f2e9044a523c6894fbf712c9e23eb5c326d614d7b8a392f9e08

Contents?: true

Size: 395 Bytes

Versions: 2

Compression:

Stored size: 395 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  Exclude:
    - bin/**/*

Style/StringLiterals:
  Enabled: false

AllCops:
  Exclude:
    - bin/**/*

Metrics/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 21

Style/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Style/HashSyntax:
  Enabled: false

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    '%w': '[]'
    '%W': '[]'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pg_search-1.0.6 .rubocop.yml
pg_search-1.0.5 .rubocop.yml