Sha256: fa4396b7c8c03ce731aaf7f1ae89302b933aadc30ad5d53133116fab45aaf6c4

Contents?: true

Size: 773 Bytes

Versions: 3

Compression:

Stored size: 773 Bytes

Contents

require:
  - rubocop-minitest
  - rubocop-performance

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


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
whatsapp_sdk-1.0.1 .rubocop.yml
whatsapp_sdk-1.0.0 .rubocop.yml
whatsapp_sdk-0.13.0 .rubocop.yml