valid-context
#
Why?You might have a very specific set of valid contexts in your Liquibase setup. If so, you might want to ensure that every specified context is in that set; otherwise, a minor typo in a context could cause the changeSet to silently never be run anywhere.
The valid-context
rule will fail if any contexts of a changeSet don't match the provided regex.
This rule will not enforce the prescence of a context; see has-context for that.
#
Optionspattern
- (regex, as string) regular expression that any specified context should adhere to