guard/guard-minitest

View on GitHub
lib/guard/minitest/notifier.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method guard_message has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

      def self.guard_message(test_count, assertion_count, failure_count, error_count, skip_count, duration)
Severity: Minor
Found in lib/guard/minitest/notifier.rb - About 45 mins to fix

    Method notify has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

          def self.notify(test_count, assertion_count, failure_count, error_count, skip_count, duration)
    Severity: Minor
    Found in lib/guard/minitest/notifier.rb - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status