- Issue created by @ergonlogic
- First commit to issue fork.
- 🇨🇦Canada star-szr
While working on tests, spotted this:
Drupal\Core\Config\Schema\SchemaIncompleteException: Schema errors for config_enforce_devel.settings with the following errors: config_enforce_devel.settings:defaults.config_directory missing schema, config_enforce_devel.settings:defaults.enforcement_level missing schema, config_enforce_devel.settings:defaults.enforce_dependencies missing schema, config_enforce_devel.settings:ignored_configs missing schema in Drupal\Core\Config\Development\ConfigSchemaChecker->onConfigSave() (line 94 of core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php).
- 🇨🇦Canada star-szr
The tests are running successfully in GitLab CI now with the work from 📌 Fix PHP deprecations Active merged.
My next steps are:
- Expand the test coverage to include the "ignore" part of the functionality and anything else that may be missing
- Enhance the UI/better incorporate the checkbox
- 🇨🇦Canada star-szr
This is ready for review/testing and I've updated the issue summary.