Sha256: ddae786ab7140e2a87abdd21d3780a062431553bf04db255e003ad2cc9abbef3

Contents?: true

Size: 378 Bytes

Versions: 3

Compression:

Stored size: 378 Bytes

Contents

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

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.7

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Exclude:
    - bin/console

Metrics/BlockLength:
  AllowedMethods:
    - context
    - describe
    - task

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
telegram-bot-ruby-1.0.0 .rubocop.yml
telegram-bot-ruby-1.0.0.rc1 .rubocop.yml
telegram-bot-ruby-1.0.0.pre .rubocop.yml