lint_models¶
The lint_models management command checks your models are following all the rules.
It's designed to be run in CI.
Exit codes¶
lint_models exits with the following status codes:
0if no violations were found.1if violations were found.2if it terminates abnormally, e.g. due to invalid configuration.