Slava Semushin
Slava Semushin
Need to find a way to commit prod.inventory file as well.
Not only cancellation but any condition (MNH, CTO, etc)
We can run `terraform fmt -check -diff` and `terraform validate`.
See also https://github.com/hashicorp/setup-terraform
Another case that hasn't been spotted in #1107: ```xml ```
It seems like we can use `git grep value="\d+"` for finding `valueNumeric` candidates and `git grep value="TRUE|true|FALSE|false"` for `valueBoolean`
Another idea is to detect usage of old schema: http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.0.xsd instead of 3.1
Yet another one: each `` must have `context` attribute with supported values.
One more gotcha -- MySQL doesn't support `beforeColumn` -- https://liquibase.jira.com/browse/CORE-2347
We can also force a foreign keys to have a name. Also we can check that date fields have names with suffix "_at" and fields that references users have suffix...