Sha256: e617cf0b1dfef7a17e4e2665d553ebeb935e9863da59345d670c36bbf089c092

Contents?: true

Size: 582 Bytes

Versions: 2

Compression:

Stored size: 582 Bytes

Contents

inherit_from:
  - .rubocop.unhound.yml

AllCops:
  Include:
    - '**/Gemfile'
    - '**/Rakefile'
  Exclude:
    - 'vendor/bundle/**/*'
  TargetRubyVersion: 3.0

Metrics/LineLength:
  Max: 100

Style/ClassAndModuleChildren:
  EnforcedStyle: compact

Layout/DotPosition:
  EnforcedStyle: trailing

Style/Documentation:
  Enabled: false

Layout/FirstHashElementIndentation:
  EnforcedStyle: consistent

Style/ParallelAssignment:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: single_quotes

Style/WordArray:
  Enabled: false

Style/RegexpLiteral:
  AllowInnerSlashes: true

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
coursemology-polyglot-0.3.8 .rubocop.yml
coursemology-polyglot-0.3.7 .rubocop.yml