Sha256: 9364b2c95f202901b1a784e6fa34e7db937f90c524b36b624b7cdf7f75adc7c2

Contents?: true

Size: 498 Bytes

Versions: 3

Compression:

Stored size: 498 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6
  NewCops: enable
  SuggestExtensions: false
  Exclude:
    - 'gemfiles/*'

Gemspec/RequireMFA:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: single_quotes

Style/WordArray:
  Enabled: false

Layout/LineLength:
  Max: 120
  Exclude:
    - 'spec/support/seed.rb'

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
acb-0.1.4 .rubocop.yml
acb-0.1.3 .rubocop.yml
acb-0.1.2 .rubocop.yml