• pbair's avatar
    Add cop to so indexes are to referred by name · 2cecd444
    pbair authored
    Add a new cop that checks that index operations in migrations like
    remove_index, remove_concurrent_index, and index_exists? use an explicit
    index name rather than relying on rails behavior to infer the index name
    from the index definition.
    2cecd444
.rubocop.yml 11 KB