gmantaos/Goirate

View on GitHub
src/torrents/mirrors.go

Summary

Maintainability
A
1 hr
Test Coverage

Method MirrorScraper.getTorrents has 51 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func (m *MirrorScraper) getTorrents(mirrors []Mirror, query string, trustSource bool) (*Mirror, []Torrent, error) {

    type torrentResponse struct {
        mirror   *Mirror
        torrents []Torrent
Severity: Minor
Found in src/torrents/mirrors.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status