# This configuration was generated by # `rubocop --auto-gen-config` # on 2021-03-16 21:16:42 UTC using RuboCop version 1.11.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: 1 Lint/UselessAssignment: Exclude: - 'config/boot.rb' # Offense count: 3 # Configuration parameters: IgnoredMethods, CountRepeatedAttributes. Metrics/AbcSize: Max: 56 # Offense count: 1 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. # IgnoredMethods: refine Metrics/BlockLength: Max: 27 # Offense count: 2 # Configuration parameters: IgnoredMethods. Metrics/CyclomaticComplexity: Max: 14 # Offense count: 4 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. Metrics/MethodLength: Max: 31 # Offense count: 1 # Configuration parameters: CountComments, CountAsOne. Metrics/ModuleLength: Max: 117 # Offense count: 1 # Configuration parameters: CountKeywordArgs, MaxOptionalParameters. Metrics/ParameterLists: Max: 13 # Offense count: 2 # Configuration parameters: IgnoredMethods. Metrics/PerceivedComplexity: Max: 15 # Offense count: 1 # Configuration parameters: ExpectMatchingDefinition, CheckDefinitionPathHierarchy, 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/assembly-objectfile.rb' # Offense count: 1 # Configuration parameters: NamePrefix, ForbiddenPrefixes, AllowedMethods, MethodDefinitionMacros. # NamePrefix: is_, has_, have_ # ForbiddenPrefixes: is_, has_, have_ # AllowedMethods: is_a? # MethodDefinitionMacros: define_method, define_singleton_method Naming/PredicateName: Exclude: - 'spec/**/*' - 'lib/assembly-objectfile/object_fileable.rb' # Offense count: 9 # Configuration parameters: Max. RSpec/ExampleLength: Exclude: - 'spec/content_metadata_spec.rb' # Offense count: 2 # Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly. # Include: **/*_spec*rb*, **/spec/**/* RSpec/FilePath: Exclude: - 'spec/content_metadata_spec.rb' - 'spec/object_file_spec.rb' # Offense count: 71 # Configuration parameters: AssignmentOnly. RSpec/InstanceVariable: Exclude: - 'spec/object_file_spec.rb' # Offense count: 39 RSpec/MultipleExpectations: Max: 29 # Offense count: 2 RSpec/RepeatedDescription: Exclude: - 'spec/object_file_spec.rb' # Offense count: 2 RSpec/RepeatedExample: Exclude: - 'spec/object_file_spec.rb' # Offense count: 8 RSpec/RepeatedExampleGroupDescription: Exclude: - 'spec/content_metadata_spec.rb' # Offense count: 2 # Cop supports --auto-correct. Style/CommentedKeyword: Exclude: - 'lib/assembly-objectfile/content_metadata.rb' # Offense count: 116 # Cop supports --auto-correct. # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Layout/LineLength: Max: 277