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:
parent
d9815fb76f
commit
21254b048d
4 changed files with 723 additions and 150 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue