airbrake/airbrake-ruby

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

Summary

Maintainability
A
1 hr
Test Coverage

Method parse has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def self.parse(response)
      code = response.code.to_i
      body = response.body

      begin
Severity: Minor
Found in lib/airbrake-ruby/response.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status