AyuntamientoMadrid/transparencia

View on GitHub
lib/importers/contracts_importer.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

    def import!
      each_row do |row|
        center              = parse_text(row[:descripcion_centro])
        organism            = parse_text(row[:organismo])
        contract_number     = row[:numero_contrato]
Severity: Minor
Found in lib/importers/contracts_importer.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status