Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configs/validate.py: Explain these checkers differ to Validator's | Aaron LI | 2016-10-04 | 1 | -1/+7 |
| | | | | | | NOTE: these checker functions check on the whole configuration, and have no relation to the checker functions of the `Validator` class. | ||||
* | Add custom configuration checkers. | Aaron LI | 2016-10-03 | 1 | -0/+94 |
These additional checker functions validate the required configs whether provided by the user config file, as well as against necessary contexts. |