Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'meaningful' checks to XML files #113

Conversation

convenient
Copy link
Contributor

@convenient convenient commented Nov 3, 2023

Part of #110

Ignore Override Warning

| IGNR  | Override (phtml/js/html) | vendor/magento/module-catalog/view/frontend/layout/catalog_category_view_type_default.xml                                          | app/design/frontend/Ampersand/theme/Magento_Catalog/layout/catalog_category_view_type_default.xml                                  |

In this case vendor/magento/module-catalog/view/frontend/layout/catalog_category_view_type_default.xml was updated with some whitespace/comment/etc so its not really changed, so don't bother reporting on it. The IGNR entries are suppressed without --show-ignore

Redundant override

| WARN  | Redundant Override       | vendor/magento/theme-frontend-blank/etc/view.xml                                                                                   | vendor/ampersand/upgrade-patch-helper-test-hyva-fallback-theme/theme/etc/view.xml                                                  |

In this case vendor/magento/theme-frontend-blank/etc/view.xml has been updated and is now equivalent (excluding some whitespace/comments) to vendor/ampersand/upgrade-patch-helper-test-hyva-fallback-theme/theme/etc/view.xml

@convenient convenient force-pushed the poc-meaningful-semantic-understanding-of-file-changes-xml branch from fa9d6d8 to 85ee360 Compare November 3, 2023 10:10
@convenient convenient marked this pull request as ready for review November 4, 2023 06:46
@convenient convenient merged commit a894a50 into poc-meaningful-semantic-understanding-of-file-changes Nov 6, 2023
2 checks passed
@convenient convenient deleted the poc-meaningful-semantic-understanding-of-file-changes-xml branch November 6, 2023 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant