forward3d/rbhive

View on GitHub
lib/rbhive/connection.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class Connection has 21 methods (exceeds 20 allowed). Consider refactoring.
Open

  class Connection
    attr_reader :client
    
    def initialize(server, port=10_000, logger=StdOutLogger.new)
      @socket = Thrift::Socket.new(server, port)
Severity: Minor
Found in lib/rbhive/connection.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status