evinsou/paperclip-googledrive

View on GitHub
lib/paperclip/google_drive/rake.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method authorize has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def authorize
        puts 'Enter client ID:'
        client_id = $stdin.gets.chomp
        puts 'Enter client SECRET:'
        client_secret = $stdin.gets.chomp.strip
Severity: Minor
Found in lib/paperclip/google_drive/rake.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status