lib/fog/aws/requests/sns/subscribe.rb

Summary

Maintainability
A
1 hr
Test Coverage
F
32%

Method subscribe has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def subscribe(arn, endpoint, protocol)
          response = Excon::Response.new

          unless topic = self.data[:topics][arn]
            response.status = 400
Severity: Minor
Found in lib/fog/aws/requests/sns/subscribe.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status