LendingHome/zero_downtime_migrations

View on GitHub
lib/zero_downtime_migrations/migration.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method ddl_method? has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def ddl_method?(method)
      %i(
        add_belongs_to
        add_column
        add_foreign_key
Severity: Minor
Found in lib/zero_downtime_migrations/migration.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status