.rubocop_todo.yml in twilio-ruby-5.33.1 vs .rubocop_todo.yml in twilio-ruby-5.34.0
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2020-01-06 13:56:04 -0300 using RuboCop version 0.79.0.
+# on 2020-04-29 14:57:47 -0500 using RuboCop version 0.82.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
@@ -53,26 +53,18 @@
- 'spec/jwt/access_token_spec.rb'
- 'spec/jwt/client_capability_spec.rb'
# Offense count: 1
# Cop supports --auto-correct.
-# Configuration parameters: IndentationWidth.
-Layout/Tab:
- Exclude:
- - 'twilio-ruby.gemspec'
-
-# Offense count: 2
-# Cop supports --auto-correct.
# Configuration parameters: IgnoreEmptyBlocks, AllowUnusedKeywordArguments.
Lint/UnusedBlockArgument:
Exclude:
- - 'Rakefile'
- 'spec/rack/twilio_webhook_authentication_spec.rb'
# Offense count: 4
# Cop supports --auto-correct.
-# Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods.
+# Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods, IgnoreNotImplementedMethods.
Lint/UnusedMethodArgument:
Exclude:
- 'lib/twilio-ruby.rb'
- 'lib/twilio-ruby/framework/page.rb'
- 'spec/holodeck/holodeck.rb'
@@ -87,25 +79,19 @@
Lint/UselessAssignment:
Exclude:
- 'spec/rack/twilio_webhook_authentication_spec.rb'
# Offense count: 1
-# Configuration parameters: CountComments, ExcludedMethods.
-# ExcludedMethods: refine
-Metrics/BlockLength:
- Max: 28
-
-# Offense count: 1
# Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts, AllowedAcronyms.
# AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS
Naming/FileName:
Exclude:
- 'lib/twilio-ruby.rb'
# Offense count: 2
# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
-# AllowedNames: io, id, to, by, on, in, at, ip, db, os
+# AllowedNames: io, id, to, by, on, in, at, ip, db, os, pp
Naming/MethodParameterName:
Exclude:
- 'lib/twilio-ruby/security/request_validator.rb'
# Offense count: 19
@@ -114,11 +100,11 @@
Naming/VariableName:
Exclude:
- 'spec/jwt/client_capability_spec.rb'
- 'spec/jwt/task_router_spec.rb'
-# Offense count: 38
+# Offense count: 39
Style/Documentation:
Enabled: false
# Offense count: 1
# Cop supports --auto-correct.
@@ -134,11 +120,11 @@
- 'twilio-ruby.gemspec'
# Offense count: 23
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
-# SupportedStyles: always, never
+# SupportedStyles: always, always_true, never
Style/FrozenStringLiteralComment:
Enabled: false
# Offense count: 3
# Configuration parameters: MinBodyLength.
@@ -192,16 +178,9 @@
# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
# SupportedStyles: single_quotes, double_quotes
Style/StringLiterals:
Exclude:
- 'spec/framework/serialize_spec.rb'
-
-# Offense count: 1
-# Cop supports --auto-correct.
-# Configuration parameters: MinSize.
-# SupportedStyles: percent, brackets
-Style/SymbolArray:
- EnforcedStyle: brackets
# Offense count: 14
# Cop supports --auto-correct.
# Configuration parameters: AllowNamedUnderscoreVariables.
Style/TrailingUnderscoreVariable: