igrigorik/vimgolf

View on GitHub
lib/vimgolf/lib/vimgolf/challenge.rb

Summary

Maintainability
A
1 hr
Test Coverage
A
98%

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

    def download
      @remote = true
      begin
        url = URI("#{GOLFHOST}/challenges/#{@id}.json")
        res = Net::HTTP.start(
Severity: Minor
Found in lib/vimgolf/lib/vimgolf/challenge.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status