mongoid/mongoid-history

View on GitHub
.rubocop_todo.yml

Summary

Maintainability
Test Coverage
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2020-04-10 17:25:32 -0500 using RuboCop version 0.48.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: 7
# Configuration parameters: Include.
# Include: **/Gemfile, **/gems.rb
Bundler/DuplicatedGem:
  Exclude:
    - 'Gemfile'

# 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.
Metrics/BlockLength:
  Max: 900

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ClassLength:
  Max: 120

# Offense count: 6
Metrics/CyclomaticComplexity:
  Max: 13

# Offense count: 412
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
  Max: 688

# Offense count: 17
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 23

# Offense count: 2
# Configuration parameters: CountComments.
Metrics/ModuleLength:
  Max: 200

# Offense count: 6
Metrics/PerceivedComplexity:
  Max: 15

# Offense count: 15
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'
    - 'perf/benchmark_modified_attributes_for_create.rb'
    - 'perf/gc_suite.rb'

# Offense count: 3
# Cop supports --auto-correct.
Style/EachWithObject:
  Exclude:
    - 'lib/mongoid/history/trackable.rb'
    - 'lib/mongoid/history/tracker.rb'

# 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
Style/FileName:
  Exclude:
    - 'Dangerfile'
    - 'lib/mongoid-history.rb'

# Offense count: 1
Style/MultilineBlockChain:
  Exclude:
    - 'lib/mongoid/history/tracker.rb'