vmpooler/lib
Brandon High 57d2010db0
Use break instead of return in migrate_vm connection pool
This commit switches the early `return` in `migrate_vm`'s connection
pooling block to a `break`, since `return` implies you are returning
something from a method and I don't think `migrate_vm` wants to do that.

This is a place where a partial type system like Sorbet seems useful
because then we'd have some idea about what the intended return is here.
2020-03-05 17:17:30 -08:00
..
vmpooler Use break instead of return in migrate_vm connection pool 2020-03-05 17:17:30 -08:00
vmpooler.rb Ignore set_linked_clone for Naming/AccessorMethodName 2020-03-05 16:56:06 -08:00