# This configuration was generated by # `rubocop --auto-gen-config` # on 2017-07-07 14:30:20 -0700 using RuboCop version 0.49.1. # 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. # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: AllowForAlignment, ForceEqualSignAlignment. Layout/ExtraSpacing: Exclude: - 'twilio-ruby.gemspec' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: auto_detection, squiggly, active_support, powerpack, unindent Layout/IndentHeredoc: Exclude: - 'Rakefile' # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: AllowForAlignment. Layout/SpaceAroundOperators: Exclude: - 'spec/jwt/client_capability_spec.rb' # Offense count: 8 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SupportedStylesForEmptyBraces. # SupportedStyles: space, no_space, compact # SupportedStylesForEmptyBraces: space, no_space Layout/SpaceInsideHashLiteralBraces: Exclude: - 'spec/jwt/access_token_spec.rb' - 'spec/jwt/client_capability_spec.rb' # Offense count: 1 # Cop supports --auto-correct. Layout/TrailingWhitespace: Exclude: - 'lib/twilio-ruby/jwt/jwt.rb' # 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. Lint/UnusedMethodArgument: Exclude: - 'lib/twilio-ruby.rb' - 'lib/twilio-ruby/framework/page.rb' - 'spec/holodeck/holodeck.rb' # Offense count: 1 # Configuration parameters: ContextCreatingMethods, MethodCreatingMethods. Lint/UselessAccessModifier: Exclude: - 'lib/twilio-ruby/jwt/access_token.rb' # Offense count: 14 Lint/UselessAssignment: Exclude: - 'spec/rack/twilio_webhook_authentication_spec.rb' # Offense count: 3 Metrics/AbcSize: Max: 28 # Offense count: 24 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: Max: 349 # Offense count: 53 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: Max: 249 # Offense count: 1 # Cop supports --auto-correct. Performance/RedundantMatch: Exclude: - 'lib/twilio-ruby/framework/domain.rb' # Offense count: 7 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: braces, no_braces, context_dependent Style/BracesAroundHashParameters: Exclude: - 'spec/framework/serialize_spec.rb' - 'spec/jwt/access_token_spec.rb' - 'spec/jwt/client_capability_spec.rb' - 'spec/rack/twilio_webhook_authentication_spec.rb' - 'spec/twiml/voice_response_spec.rb' # Offense count: 35 Style/Documentation: Enabled: false # 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 Style/FileName: Exclude: - 'lib/twilio-ruby.rb' # Offense count: 3 # Configuration parameters: MinBodyLength. Style/GuardClause: Exclude: - 'lib/twilio-ruby/framework/page.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols. # SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys Style/HashSyntax: Exclude: - 'spec/jwt/access_token_spec.rb' # Offense count: 2 # Cop supports --auto-correct. Style/RedundantSelf: Exclude: - 'lib/twilio-ruby/framework/serialize.rb' # Offense count: 16 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes. # SupportedStyles: slashes, percent_r, mixed Style/RegexpLiteral: Exclude: - 'lib/twilio-ruby/framework/domain.rb' - 'lib/twilio-ruby/framework/helper.rb' - 'lib/twilio-ruby/framework/version.rb' - 'spec/rack/twilio_webhook_authentication_spec.rb' # Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, 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. # SupportedStyles: percent, brackets Style/SymbolArray: EnforcedStyle: brackets # Offense count: 13 # Cop supports --auto-correct. # Configuration parameters: AllowNamedUnderscoreVariables. Style/TrailingUnderscoreVariable: Exclude: - 'spec/jwt/access_token_spec.rb' - 'spec/jwt/client_capability_spec.rb' - 'spec/jwt/task_router_spec.rb' # Offense count: 15 # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: snake_case, camelCase Style/VariableName: Exclude: - 'spec/jwt/client_capability_spec.rb' - 'spec/jwt/task_router_spec.rb' # Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: SupportedStyles, MinSize, WordRegex. # SupportedStyles: percent, brackets Style/WordArray: EnforcedStyle: brackets