liquibase / custom_policychecks

Custom quality checks using regex
4 stars 1 forks source link

Add liquibase.checks-settings.conf file? #2

Open adeelmalik78 opened 2 years ago

adeelmalik78 commented 2 years ago

I am wondering if it makes sense to include a liquibase.checks-settings.conf file which includes all of the custom quality checks documented in this repo. Is this a good idea?

It will also require additional documentation about how to bulk-set enable/disable or customize these checks.

lbjenn commented 1 year ago

In the context of the regex based QCs I have added for MongoDB specifically I think it makes sense. I recommend disabling all QCs out of the box and then creating any custom regex ones and enabling the generic changelog ones that make sense only - like making sure there is rollback stmt and label for all changesets.