ike18t/spotify_jukebox

View on GitHub
app/spotify_wrapper.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method get_callbacks has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def get_callbacks
    $session_callbacks ||= {
      log_message: proc do |_session, message|
        $logger.debug('session (log message)') { message }
      end,
Severity: Minor
Found in app/spotify_wrapper.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status