Sha256: 15fe78175c2cd16f031e35b76edf4dbbf497cbcde18670d2617a2b12ba8b22c2

Contents?: true

Size: 345 Bytes

Versions: 4

Compression:

Stored size: 345 Bytes

Contents

# Custom rubocop configuration

AllCops:
  DisplayCopNames: true
  NewCops: enable
  Exclude:
    - deepl-rb.gemspec
    - vendor/**/*

Metrics/BlockLength:
  Exclude:
    - "**/*_spec.rb"

Metrics/ParameterLists:
  Max: 6

Layout/LineLength:
  Max: 100

Style/Documentation:
  Enabled: false

Style/ModuleFunction:
  EnforcedStyle: extend_self

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
deepl-rb-2.5.3 .rubocop.yml
deepl-rb-2.5.2 .rubocop.yml
deepl-rb-2.5.1 .rubocop.yml
deepl-rb-2.5.0 .rubocop.yml