mainej/license_finder_upgrade

View on GitHub
lib/license_finder_upgrade/to_decisions.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method prepare has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def prepare
      @decisions.name_project(@config.project_name, @txn)
      @config.whitelist.each do |license|
        @decisions.whitelist(license, @txn)
      end
Severity: Minor
Found in lib/license_finder_upgrade/to_decisions.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status