GlobalNamesArchitecture/gnrd

View on GitHub
models/output_builder.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method verif_gnfinder has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def verif_gnfinder(n)
      v = n.verification
      br = v.best_result
      {
        is_known_name: br.match_type == :EXACT,
Severity: Minor
Found in models/output_builder.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status