codefirst/AsakusaSatellite

View on GitHub
plugins/as_android_notifier/lib/as_android_notifier.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method after_create_message has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def after_create_message(context)
    return if ENV["ANDROID_MAIL_ADDRESS"].nil? or ENV["ANDROID_PASSWORD"].nil? or ENV["ANDROID_APPLICATION_NAME"].nil?

    message = context[:message]
    room = context[:room]
Severity: Minor
Found in plugins/as_android_notifier/lib/as_android_notifier.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status