dpn-admin/dpn-sync

View on GitHub
.rubocop_todo.yml

Summary

Maintainability
Test Coverage
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-01-17 14:52:50 -0800 using RuboCop version 0.46.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: 14
# Configuration parameters: Max.
RSpec/ExampleLength:
  Exclude:
    - 'spec/app/dpn_sync_spec.rb'
    - 'spec/dpn/workers/bag_retrieve_spec.rb'
    - 'spec/dpn/workers/bag_store_spec.rb'
    - 'spec/dpn/workers/node_spec.rb'
    - 'spec/dpn/workers/sync_bags_spec.rb'
    - 'spec/dpn/workers/sync_digests_spec.rb'
    - 'spec/dpn/workers/sync_fixities_spec.rb'
    - 'spec/dpn/workers/sync_ingests_spec.rb'
    - 'spec/dpn/workers/sync_members_spec.rb'
    - 'spec/dpn/workers/sync_nodes_spec.rb'
    - 'spec/dpn/workers/sync_replications_spec.rb'
    - 'spec/integration/bag_replication_spec.rb'

# Offense count: 62
# Configuration parameters: SupportedStyles.
# SupportedStyles: have_received, receive
RSpec/MessageSpies:
  EnforcedStyle: receive

# Offense count: 195
RSpec/NamedSubject:
  Enabled: false

# Offense count: 22
RSpec/SubjectStub:
  Exclude:
    - 'spec/dpn/workers/bag_replications_spec.rb'
    - 'spec/dpn/workers/bag_retrieve_spec.rb'
    - 'spec/dpn/workers/bag_rsync_spec.rb'
    - 'spec/dpn/workers/bag_store_spec.rb'
    - 'spec/dpn/workers/node_spec.rb'

# Offense count: 37
# Configuration parameters: IgnoreSymbolicNames.
RSpec/VerifiedDoubles:
  Enabled: false