From dad57b8b5e1cc5960f68d9c9ee6663f4a32ca3d7 Mon Sep 17 00:00:00 2001 From: Dan Wallis Date: Fri, 26 May 2023 10:53:08 +0100 Subject: [PATCH] Also exclude HTML files from Youwe coding standard --- CHANGELOG.md | 4 ++++ src/YouweMagento2/ruleset.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a4a5d9..c49c037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.1.3 +### Fixed +- Youwe ruleset will not check .html files any more. See also version 2.1.0. + ## 2.1.2 ### Changed - Allow use of stable version of `dealerdirect/phpcodesniffer-composer-installer` diff --git a/src/YouweMagento2/ruleset.xml b/src/YouweMagento2/ruleset.xml index ca842fa..002d321 100644 --- a/src/YouweMagento2/ruleset.xml +++ b/src/YouweMagento2/ruleset.xml @@ -26,7 +26,7 @@ - *.phtml + *.p?html