Sha256: 8f4a8e3b1557c37397b72d47a9a2bdffdf5056745b5a3bbfbb8524160cfadc05

Contents?: true

Size: 641 Bytes

Versions: 7

Compression:

Stored size: 641 Bytes

Contents

AllCops:
  DisabledByDefault: false
  NewCops: enable
  TargetRubyVersion: 2.5
  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

7 entries across 7 versions & 1 rubygems

Version Path
stream-chat-ruby-3.1.0 .rubocop.yml
stream-chat-ruby-3.0.0 .rubocop.yml
stream-chat-ruby-2.23.0 .rubocop.yml
stream-chat-ruby-2.22.2 .rubocop.yml
stream-chat-ruby-2.22.1 .rubocop.yml
stream-chat-ruby-2.22.0 .rubocop.yml
stream-chat-ruby-2.21.0 .rubocop.yml