File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## 2.1.3
8
+ ### Fixed
9
+ - Youwe ruleset will not check .html files any more. See also version 2.1.0.
10
+
7
11
## 2.1.2
8
12
### Changed
9
13
- Allow use of stable version of ` dealerdirect/phpcodesniffer-composer-installer `
Original file line number Diff line number Diff line change 26
26
<exclude name =" Squiz.Commenting.FunctionComment.ScalarTypeHintMissing" />
27
27
<!-- Magento 2 still does not strict type arguments of functions. This is why this rule is excluded. -->
28
28
<exclude name =" Squiz.Commenting.FunctionComment.TypeHintMissing" />
29
- <exclude-pattern >*.phtml </exclude-pattern >
29
+ <exclude-pattern >*.p?html </exclude-pattern >
30
30
</rule >
31
31
32
32
<!-- Import most rules from official Magento2 coding standard -->
You can’t perform that action at this time.
0 commit comments