backup/backup

View on GitHub
lib/backup/notifier/pagerduty.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

      def notify!(status)
        incident_description = "Backup - #{model.label}"
        incident_key = "backup/#{model.trigger}"
        incident_details = {
          incident_key: incident_key,
Severity: Minor
Found in lib/backup/notifier/pagerduty.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status