diff --git a/CHANGELOG.md b/CHANGELOG.md index c49c037..9490a98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.2.0 +## Changed +- Apply more rules to .html and .phtml files. In previous updates (see pull requests [#5] and [#10]), we excluded these files very widely; this change makes the exclusion more specific and intentional. + +[#5]: https://github.com/YouweGit/coding-standard-magento2/pull/5 +[#10]: https://github.com/YouweGit/coding-standard-magento2/pull/10 + ## 2.1.3 ### Fixed - Youwe ruleset will not check .html files any more. See also version 2.1.0. diff --git a/src/YouweMagento2/ruleset.xml b/src/YouweMagento2/ruleset.xml index 002d321..498872a 100644 --- a/src/YouweMagento2/ruleset.xml +++ b/src/YouweMagento2/ruleset.xml @@ -26,7 +26,6 @@ - *.p?html @@ -49,4 +48,29 @@ + + + *.(x|p?ht)ml$ + *.(x|p?ht)ml$ + *.(x|p?ht)ml$ + *.(x|p?ht)ml$ + *.(x|p?ht)ml$ + *.(x|p?ht)ml$ + *.(x|p?ht)ml$ + *.(x|p?ht)ml$ + *.(x|p?ht)ml$ + *.(x|p?ht)ml$ + *.(x|p?ht)ml$ + *.(x|p?ht)ml$ + *.(x|p?ht)ml$