Sha256: f3aa023ce490eca45cb5034c30ff42b7056ea72b227762cb4fc83bdb56a97c82

Contents?: true

Size: 367 Bytes

Versions: 2

Compression:

Stored size: 367 Bytes

Contents

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

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.7

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Exclude:
    - bin/console

Metrics/BlockLength:
  IgnoredMethods:
    - context
    - describe

Layout/LineLength:
  Max: 120
  Exclude:
    - telegram-bot-ruby.gemspec
    - examples/*.rb

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.23.0 .rubocop.yml
telegram-bot-ruby-0.22.0 .rubocop.yml