Sha256: 35d16a9cdf4ef4b468dfe10f05e2527aa92192294c806e783fef3a8e8dd942f5

Contents?: true

Size: 670 Bytes

Versions: 4

Compression:

Stored size: 670 Bytes

Contents

inherit_from: .rubocop_todo.yml

require:
- rubocop-rspec
- rubocop-performance
- rubocop-sequel

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.3
  Exclude:
  - "longleaf.gemspec"

Layout/IndentationConsistency:
  EnforcedStyle: normal

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

Metrics/LineLength:
  Max: 200
  Exclude:
    - 'spec/**/*'

Naming/HeredocDelimiterNaming:
  Enabled: false

Naming/PredicateName:
  NamePrefixBlacklist:
    - is_

Rails:
  Enabled: false

Rails/OutputSafety:
  Enabled: false

# https://github.com/rubocop-hq/rubocop/issues/6439
Style/AccessModifierDeclarations:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
longleaf-1.1.1 .rubocop.yml
longleaf-1.1.0 .rubocop.yml
longleaf-1.0.0 .rubocop.yml
longleaf-0.3.0 .rubocop.yml