evilmartians/fias

View on GitHub
examples/create.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

def copy_fias_data
  puts 'Copying data from FIAS...'

  encoder = PgDataEncoder::EncodeForCopy.new(
    column_types: { 0 => :uuid, 1 => :uuid, 2 => :uuid }
Severity: Minor
Found in examples/create.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status