Sha256: 425916ce66f155a38e5f4889d33c7a551589151e54cc23909fa33ddb5f5aa571

Contents?: true

Size: 356 Bytes

Versions: 2

Compression:

Stored size: 356 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6
  NewCops: enable

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: single_quotes

Style/SymbolArray:
  EnforcedStyle: brackets

Layout/LineLength:
  Max: 120

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
uk_academic_calendar-1.0.1 .rubocop.yml
uk_academic_calendar-1.0.0 .rubocop.yml