mongodb/mongo-ruby-driver

View on GitHub
lib/mongo/monitoring/event/command_started.rb

Summary

Maintainability
A
45 mins
Test Coverage

Method initialize has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

        def initialize(command_name, database_name, address, request_id,
          operation_id, command, socket_object_id: nil, connection_id: nil,
          connection_generation: nil, server_connection_id: nil,
          service_id: nil
Severity: Minor
Found in lib/mongo/monitoring/event/command_started.rb - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status