Sha256: a127a19ed43c9bd7b7bd0a36760df1542de713c1ce46559c9a2121da3667a01f

Contents?: true

Size: 229 Bytes

Versions: 2

Compression:

Stored size: 229 Bytes

Contents

---
require:
  - rubocop-minitest
  - rubocop-rake

AllCops:
  TargetRubyVersion: 3.1
  NewCops: enable

Naming/VariableNumber:
  Enabled: false

Layout/LineLength:
  Max: 120

Metrics/ClassLength:
  Exclude:
    - 'test/test_*'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
human_languages-0.9.1 .rubocop.yml
human_languages-0.9.0 .rubocop.yml