Sha256: f5dff8f2cb2ce9f008c4010df549ed052c90e070d74980cb55be66f538bbef30

Contents?: true

Size: 641 Bytes

Versions: 6

Compression:

Stored size: 641 Bytes

Contents

AllCops:
  DisabledByDefault: false
  NewCops: enable
  TargetRubyVersion: 2.7
  Exclude:
    - sorbet/**/*.rbi
    - vendor/bundle/**/*

Layout/LineLength:
  Enabled: false

Lint/RedundantCopDisableDirective:
  Enabled: false

Metrics/AbcSize:
  Enabled: false
Metrics/BlockLength:
  Enabled: false
Metrics/ClassLength:
  Enabled: false
Metrics/MethodLength:
  Enabled: false

Naming/AccessorMethodName:
  Enabled: false

Style/AccessorGrouping:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/DoubleCopDisableDirective:
  Enabled: false
Style/FrozenStringLiteralComment:
  Enabled: false

Gemspec/RequireMFA:
  Enabled: false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
stream-chat-ruby-3.7.0 .rubocop.yml
stream-chat-ruby-3.5.1 .rubocop.yml
stream-chat-ruby-3.5.0 .rubocop.yml
stream-chat-ruby-3.4.0 .rubocop.yml
stream-chat-ruby-3.3.0 .rubocop.yml
stream-chat-ruby-3.2.0 .rubocop.yml