pivotal/LicenseFinder

View on GitHub
lib/license_finder/package_managers/gvt.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method packages_from_output has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def packages_from_output(output, path)
      package_lines = output.split("\n")
      packages_by_sha = {}
      package_lines.each do |p|
        package_path, sha, repo = p.split
Severity: Minor
Found in lib/license_finder/package_managers/gvt.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status