Sha256: 662e5cb6b24f1a729f644be7f6f3f4d503e33f817e51f0d9d4a4c5612ea8a724

Contents?: true

Size: 622 Bytes

Versions: 2

Compression:

Stored size: 622 Bytes

Contents

inherit_from:
  - .rubocop.unhound.yml

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

Metrics/LineLength:
  Max: 100

Style/ClassAndModuleChildren:
  EnforcedStyle: compact

Layout/DotPosition:
  EnforcedStyle: trailing

Style/Documentation:
  Enabled: false

Layout/IndentHash:
  EnforcedStyle: consistent

Style/ParallelAssignment:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: single_quotes

Style/WordArray:
  Enabled: false

Style/RegexpLiteral:
  AllowInnerSlashes: true

Style/ClassAndModuleChildren:
  EnforcedStyle: compact

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
coursemology-polyglot-0.3.6 .rubocop.yml
coursemology-polyglot-0.3.5 .rubocop.yml