- Issue created by @pooja_sharma
When I add anything in any schema,yml, the config inspector display validation config fail warning on gitlab
https://git.drupalcode.org/issue/drupal-3462829/-/jobs/2613092
- "navigation.settings": 4,
+ "navigation.settings": 5,
"node.settings": 2,
"node.type.*": 22,
"olivero.settings": 16,
@@ -2788,10 +2788,10 @@
},
"perPropertyPath": {
"all": {
- "count": 17140
+ "count": 17141
},
"validatable": {
- "count": 10377
+ "count": 10379
},
"fullyValidatable": {
"count": -1
it display validation count & line no. increase which is correct, I can't able to figure out why it is failing, correct me if I 'm missing anything.
I tried to local following command:
ddev drush config:inspect --statistics
It display info , however I can't figure out with this info , the root cause of validation config failing
Active
2.1
Miscellaneous