backup/backup

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

Summary

Maintainability
A
1 hr
Test Coverage

Method attachment has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def attachment(status)
        {
          fallback: "#{title(status)} - Job: #{model.label} (#{model.trigger})",
          text: title(status),
          color: color(status),
Severity: Minor
Found in lib/backup/notifier/slack.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status