# This configuration was generated by # `rubocop --auto-gen-config` # on 2017-12-13 11:35:32 -0800 using RuboCop version 0.51.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. # Offense count: 2 Lint/DuplicatedKey: Exclude: - 'spec/helpers.rb' # Offense count: 5 Lint/UselessAssignment: Exclude: - 'lib/beaker-answers/versions/upgrade38.rb' - 'spec/beaker-answers/beaker-answers_spec.rb' # Offense count: 16 Metrics/AbcSize: Max: 113 # Offense count: 29 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: Max: 116 # Offense count: 2 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 165 # Offense count: 4 Metrics/CyclomaticComplexity: Max: 19 # Offense count: 273 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: Max: 1966 # Offense count: 23 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 137 # Offense count: 3 Metrics/PerceivedComplexity: Max: 20 # Offense count: 2 # 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/beaker-answers.rb' - 'spec/beaker-answers/beaker-answers_spec.rb' # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: AutoCorrect. Performance/HashEachMethods: Exclude: - 'spec/beaker-answers/upgrade_spec.rb' # Offense count: 18 # Configuration parameters: Prefixes. # Prefixes: when, with, without RSpec/ContextWording: Exclude: - 'spec/beaker-answers/pe_conf_spec.rb' - 'spec/beaker-answers/upgrade_spec.rb' - 'spec/beaker-answers/versions/version20162_spec.rb' - 'spec/beaker-answers/versions/version20163_spec.rb' - 'spec/beaker-answers/versions/version20171_spec.rb' - 'spec/beaker-answers/versions/version20172_spec.rb' - 'spec/beaker-answers/versions/version20173_spec.rb' - 'spec/shared/context.rb' # Offense count: 4 RSpec/DescribeClass: Exclude: - 'spec/beaker-answers/beaker-answers_spec.rb' - 'spec/beaker-answers/helpers_spec.rb' - 'spec/beaker-answers/pe_conf_spec.rb' # Offense count: 7 # Configuration parameters: Max. RSpec/ExampleLength: Exclude: - 'spec/beaker-answers/beaker-answers_spec.rb' - 'spec/beaker-answers/upgrade_spec.rb' # Offense count: 5 # Configuration parameters: CustomTransform, IgnoreMethods. RSpec/FilePath: Exclude: - 'spec/beaker-answers/versions/version20162_spec.rb' - 'spec/beaker-answers/versions/version20163_spec.rb' - 'spec/beaker-answers/versions/version20171_spec.rb' - 'spec/beaker-answers/versions/version20172_spec.rb' - 'spec/beaker-answers/versions/version20173_spec.rb' # Offense count: 104 # Configuration parameters: AssignmentOnly. RSpec/InstanceVariable: Exclude: - 'spec/beaker-answers/beaker-answers_spec.rb' - 'spec/beaker-answers/upgrade_spec.rb' # Offense count: 3 # Configuration parameters: SupportedStyles. # SupportedStyles: have_received, receive RSpec/MessageSpies: EnforcedStyle: receive # Offense count: 2 RSpec/MultipleDescribes: Exclude: - 'spec/beaker-answers/beaker-answers_spec.rb' - 'spec/beaker-answers/upgrade_spec.rb' # Offense count: 24 RSpec/MultipleExpectations: Max: 21 # Offense count: 2 RSpec/RepeatedDescription: Exclude: - 'spec/beaker-answers/beaker-answers_spec.rb' # Offense count: 2 # Configuration parameters: IgnoreSymbolicNames. RSpec/VerifiedDoubles: Exclude: - 'spec/helpers.rb' # Offense count: 1 Security/Eval: Exclude: - 'Gemfile' # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: AutoCorrect. Security/JSONLoad: Exclude: - 'spec/shared/context.rb' # Offense count: 40 Style/CaseEquality: Exclude: - 'spec/beaker-answers/beaker-answers_spec.rb' - 'spec/beaker-answers/upgrade_spec.rb' # Offense count: 2 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/beaker-answers.rb' - 'lib/beaker-answers/answers.rb' # Offense count: 3 # Configuration parameters: MinBodyLength. Style/GuardClause: Exclude: - 'lib/beaker-answers/versions/upgrade38.rb' - 'lib/beaker-answers/versions/version20162.rb' # Offense count: 1 Style/MultilineTernaryOperator: Exclude: - 'lib/beaker-answers/pe_conf.rb' Style/RegexpLiteral: Enabled: false