Problem/Motivation
This can't currently pass on main because it requires a contrib project that doesn't have 12.x compatibility yet. It also generates quite a lot of false positives depending on what sort of config changes are happening.
Between those two I think we should make it manual-only.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3567679
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3567679-make-the-validatable
changes, plain diff MR !14353
Comments
Comment #3
catchComment #4
longwaveGiven this is currently breaking every main CI job, let's just remove it from those runs for now; we can add it back later once config_inspector is compatible.
Committed and pushed 2b1600c7422 to main. Thanks!