# This configuration was generated by # `rubocop --auto-gen-config` # on 2019-06-09 13:41:12 +0200 using RuboCop version 0.60.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: 7 # Configuration parameters: Include. # Include: **/*.gemfile, **/Gemfile, **/gems.rb Bundler/DuplicatedGem: Exclude: - 'Gemfile' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyleAlignWith, AutoCorrect, Severity. # SupportedStylesAlignWith: keyword, variable, start_of_line Layout/EndAlignment: Exclude: - 'lib/mongoid/history/options.rb' # Offense count: 3 Lint/HandleExceptions: Exclude: - 'spec/unit/trackable_spec.rb' # Offense count: 3 Lint/ParenthesesAsGroupedExpression: Exclude: - 'spec/integration/integration_spec.rb' - 'spec/integration/nested_embedded_polymorphic_documents_spec.rb' # Offense count: 22 Metrics/AbcSize: Max: 52 # Offense count: 122 # Configuration parameters: CountComments, ExcludedMethods. # ExcludedMethods: refine Metrics/BlockLength: Max: 837 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 125 # Offense count: 6 Metrics/CyclomaticComplexity: Max: 13 # Offense count: 17 # Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: Max: 23 # Offense count: 2 # Configuration parameters: CountComments. Metrics/ModuleLength: Max: 191 # Offense count: 6 Metrics/PerceivedComplexity: Max: 15 # 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: - 'Dangerfile' - 'lib/mongoid-history.rb' # Offense count: 12 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/mongoid/history.rb' - 'lib/mongoid/history/attributes/base.rb' - 'lib/mongoid/history/attributes/create.rb' - 'lib/mongoid/history/attributes/destroy.rb' - 'lib/mongoid/history/attributes/update.rb' - 'lib/mongoid/history/options.rb' - 'lib/mongoid/history/trackable.rb' - 'lib/mongoid/history/tracker.rb' # Offense count: 3 # Cop supports --auto-correct. Style/EachWithObject: Exclude: - 'lib/mongoid/history/trackable.rb' - 'lib/mongoid/history/tracker.rb' # Offense count: 1 Style/MultilineBlockChain: Exclude: - 'lib/mongoid/history/tracker.rb' # Offense count: 404 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: Max: 688