Sha256: 84f2cc4975e41ccb8c534f09a0ace0f4391b96a9134cb5d66ba37809b3c308af

Contents?: true

Size: 482 Bytes

Versions: 2

Compression:

Stored size: 482 Bytes

Contents

---
require:
  - rubocop-rake
  - rubocop-rspec
  - rubocop-performance

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.7

Style/Documentation:
  Enabled: false

Metrics/BlockLength:
  AllowedMethods:
    - context
    - describe
    - task
Metrics/ClassLength:
  Exclude:
    - lib/telegram/bot/api/endpoints.rb
Metrics/MethodLength:
  Exclude:
    - spec/**/*

Layout/LineLength:
  Max: 120

RSpec/MultipleMemoizedHelpers:
  Enabled: false
RSpec/NestedGroups:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.1.0 .rubocop.yml
telegram-bot-ruby-2.0.0 .rubocop.yml