ileitch/rapns

View on GitHub
lib/rapns/daemon/store/active_record.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

        def create_gcm_like_notification(notification, attrs, data, registration_ids, deliver_after, app)
Severity: Minor
Found in lib/rapns/daemon/store/active_record.rb - About 45 mins to fix

    Method create_adm_notification has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            def create_adm_notification(attrs, data, registration_ids, deliver_after, app)
    Severity: Minor
    Found in lib/rapns/daemon/store/active_record.rb - About 35 mins to fix

      Method mark_failed has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

              def mark_failed(notification, code, description, time, opts = {})
      Severity: Minor
      Found in lib/rapns/daemon/store/active_record.rb - About 35 mins to fix

        Method create_gcm_notification has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

                def create_gcm_notification(attrs, data, registration_ids, deliver_after, app)
        Severity: Minor
        Found in lib/rapns/daemon/store/active_record.rb - About 35 mins to fix

          There are no issues that match your filters.

          Category
          Status