Sha256: ca9f5db88af4a5a95562a594f6edc046496b6b488d04689eb792a5451a22a014

Contents?: true

Size: 586 Bytes

Versions: 1

Compression:

Stored size: 586 Bytes

Contents

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

AllCops:
  Exclude:
    - 'bin/bundle'
    - 'bin/rake'
    - 'bin/rspec'
    - 'bin/rubocop'
  NewCops: enable
  SuggestExtensions: false
  TargetRubyVersion: 2.6

Metrics/BlockLength:
  Exclude:
    - '*.gemspec'
    - 'spec/**/*_spec.rb'

Layout/LineLength:
  Max: 80
  IgnoredPatterns:
    - '^\s*it\s+.*do$'
    - '^\s*context\s+.*do$'
    - '^\s*describe\s+.*do$'

Layout/DotPosition:
  EnforcedStyle: trailing

Style/ClassAndModuleChildren:
  EnforcedStyle: nested

Style/MixinUsage:
  Exclude:
    - 'spec/spec_helper.rb'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
infreemation-0.2.3 .rubocop.yml