airbrake/airbrake-ruby

View on GitHub
lib/airbrake-ruby/config.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method initialize has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def initialize(user_config = {})
      self.proxy = {}
      self.queue_size = 100
      self.workers = 1
      self.code_hunks = true
Severity: Minor
Found in lib/airbrake-ruby/config.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status