We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f1e2d commit cdc6a83Copy full SHA for cdc6a83
Makefile
@@ -20,7 +20,7 @@ checkstyle:
20
checkquality:
21
vendor/bin/phpstan analyse
22
23
- xmllint --noout --schema vendor/magento/module-store/etc/config.xsd etc/config.xml
+ xmllint --noout --schema vendor/magento/module-store/etc/config.xsd etc/config.xml
24
xmllint --noout --schema vendor/magento/module-backend/etc/menu.xsd etc/adminhtml/menu.xml
25
xmllint --noout --schema vendor/magento/framework/App/etc/routes.xsd etc/adminhtml/routes.xml
26
xmllint --noout --schema vendor/magento/module-config/etc/system.xsd etc/adminhtml/system.xml
0 commit comments