File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ The semantic versioning started from version 0.2.1.
1010
1111_ No documentation available about unreleased changes yet._
1212
13+ ## [ 1.4.2] ( https://github.com/infinum/eightshift-coding-standards/compare/1.4.1...1.4.2 ) - 2022-03-10
14+
15+ ### Fixed
16+ - Exclude the native ` WordPress.Security.EscapeOutput.OutputNotEscaped ` sniff, because we are overloading it
17+
1318## [ 1.4.1] ( https://github.com/infinum/eightshift-coding-standards/compare/1.4.0...1.4.1 ) - 2022-03-10
1419
1520### Fixed
Original file line number Diff line number Diff line change 147147 <exclude name =" WordPress.PHP.YodaConditions.NotYoda" />
148148 </rule >
149149
150- <!-- Security sniffs. -->
151- <rule ref =" WordPress.Security" />
150+ <!-- Exclude the WP escape output sniff, because we are overloading it. -->
151+ <rule ref =" WordPress.Security" >
152+ <exclude name =" WordPress.Security.EscapeOutput" />
153+ </rule >
152154
153155 <!-- I18n sniffs. -->
154156 <rule ref =" WordPress.Utils.I18nTextDomainFixer" />
You can’t perform that action at this time.
0 commit comments