Sha256: 1e6f56eddfe347c10a31859eccb9555a5b774026b3906b2721a96412aab19620

Contents?: true

Size: 278 Bytes

Versions: 6

Compression:

Stored size: 278 Bytes

Contents

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

AllCops:
  NewCops: enable

Style/Documentation:
  Enabled: false

Metrics/BlockLength:
  IgnoredMethods:
    - context
    - describe

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.21.1 .rubocop.yml
telegram-bot-ruby-0.21.0 .rubocop.yml
telegram-bot-ruby-0.20.0 .rubocop.yml
telegram-bot-ruby-0.19.2 .rubocop.yml
telegram-bot-ruby-0.19.1 .rubocop.yml
telegram-bot-ruby-0.19.0 .rubocop.yml