doorkeeper-gem/doorkeeper

View on GitHub
lib/doorkeeper/oauth/pre_authorization.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class PreAuthorization has 21 methods (exceeds 20 allowed). Consider refactoring.
Open

    class PreAuthorization
      include Validations

      validate :client_id, error: Errors::InvalidRequest
      validate :client, error: Errors::InvalidClient
Severity: Minor
Found in lib/doorkeeper/oauth/pre_authorization.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status