File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 19
19
<rule ref =" Generic.Functions.CallTimePassByReference" />
20
20
<rule ref =" Generic.Metrics.CyclomaticComplexity" />
21
21
<rule ref =" Generic.Metrics.NestingLevel" />
22
- <rule ref =" Generic.PHP.CharacterBeforePHPOpeningTag" />
22
+ <rule ref =" Generic.PHP.CharacterBeforePHPOpeningTag" >
23
+ <exclude-pattern >*.phtml</exclude-pattern >
24
+ </rule >
23
25
<rule ref =" Generic.PHP.DeprecatedFunctions" />
24
26
<rule ref =" Generic.PHP.NoSilencedErrors" />
25
27
<rule ref =" Squiz.Functions.GlobalFunction" />
29
31
<rule ref =" Squiz.PHP.GlobalKeyword" />
30
32
<rule ref =" Squiz.PHP.NonExecutableCode" />
31
33
32
- <rule ref =" Zend.Files.ClosingTag" />
33
-
34
+ <rule ref =" Zend.Files.ClosingTag" >
35
+ <exclude-pattern >*.phtml</exclude-pattern >
36
+ </rule >
34
37
<rule ref =" Ecg.Security.LanguageConstruct.DirectOutput" >
35
38
<exclude-pattern >*.phtml</exclude-pattern >
36
39
</rule >
37
-
38
40
</ruleset >
You can’t perform that action at this time.
0 commit comments