Sha256: 902bbb106125f6de56a3406f80a50af3547d8cb0791cee4a41f7614cef6507cb

Contents?: true

Size: 896 Bytes

Versions: 7

Compression:

Stored size: 896 Bytes

Contents

require:
  - rubocop-minitest
  - rubocop-performance
  - rubocop-sorbet

AllCops:
  NewCops: enable
  Exclude:
    - 'example.rb'
    - 'tmp/*'
    - 'vendor/**/*'

Lint/ToJSON:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Metrics/ParameterLists:
  Enabled: false

Style/Documentation:
  Enabled: false

Layout/LineLength:
  Max: 120

Metrics/MethodLength:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Naming/VariableNumber:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Lint/MissingSuper:
  Enabled: false

# Wait until https://github.com/rubocop/rubocop/issues/8761 is fixed
Gemspec/RequiredRubyVersion:
  Enabled: false

Minitest/MultipleAssertions:
  Enabled: false

Style/AccessorGrouping: # disabled so that we can use sorbet signatures for each attr
  Enabled: false 

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
whatsapp_sdk-0.12.1 .rubocop.yml
whatsapp_sdk-0.12.0 .rubocop.yml
whatsapp_sdk-0.11.0 .rubocop.yml
whatsapp_sdk-0.10.0 .rubocop.yml
whatsapp_sdk-0.9.2 .rubocop.yml
whatsapp_sdk-0.9.1 .rubocop.yml
whatsapp_sdk-0.9.0 .rubocop.yml