gadzorg/gram2_api_server

View on GitHub
app/message_handlers/update_group_message_handler.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method validate_payload has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def validate_payload
    schema = {
      "$schema" => "http://json-schema.org/draft-04/schema#",
      "title" => "Create Google Account message schema",
      "type" => "object",
Severity: Minor
Found in app/message_handlers/update_group_message_handler.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status