Sha256: 9178154bbe2d7ae41a1720430c1f8d69b74545a53863383eacf0872f1964ba38

Contents?: true

Size: 299 Bytes

Versions: 3

Compression:

Stored size: 299 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.5
  Exclude:
    - examples/**/*

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
n1_loader-1.5.1 .rubocop.yml
n1_loader-1.5.0 .rubocop.yml
n1_loader-1.4.4 .rubocop.yml