Sha256: 3aa8dfeaff7d18013b0e34f439e09724eba85e4c886b2ef5cf1b0067832ffc11

Contents?: true

Size: 410 Bytes

Versions: 1

Compression:

Stored size: 410 Bytes

Contents

require: rubocop-rspec

AllCops:
  TargetRubyVersion: 3.0
  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'

RSpec/NestedGroups:
  Max: 4

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
uk_academic_calendar-1.1.0 .rubocop.yml