feat(legacy): setup config schema validation

BREAKING CHANGE: Unrecognized values in the configuration file will
raise validation errors, please make sure to cleanup your configuration
file.
This commit is contained in:
jo 2022-08-11 10:43:16 +02:00 committed by Kyle Robbertze
parent d9815fb76f
commit 21254b048d
4 changed files with 723 additions and 150 deletions

View file

@ -2,6 +2,7 @@
$finder = PhpCsFixer\Finder::create()
->in(__DIR__)
->notPath('application/configs/conf.php')
->exclude('application/models/airtime/map')
->exclude('application/models/airtime/om');