Currently, by default Flyway has checkLocation property equals to false and Liquibase has checkChangeLogLocation with true. Do you think they should share the same behaviour about checking locations?
The reason behind this, I have worked in a feature to support resolution for {vendor} in LiquibaseAutoConfiguration and I realized that checkChangeLogLocation was true which makes me disable the check location in my test.
May related to #10387 about support checking vendor location.