.rubocop.yml in whatsapp_sdk-0.2.0 vs .rubocop.yml in whatsapp_sdk-0.3.0

- old
+ new

@@ -1,5 +1,9 @@ +require: + - rubocop-minitest + - rubocop-performance + AllCops: NewCops: enable Style/StringLiterals: Enabled: false @@ -25,6 +29,9 @@ Metrics/AbcSize: Enabled: false # Wait until https://github.com/rubocop/rubocop/issues/8761 is fixed Gemspec/RequiredRubyVersion: + Enabled: false + +Minitest/MultipleAssertions: Enabled: false