File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 29
29
<exclude name =" Squiz.Classes.ClassFileName.NoMatch" />
30
30
<!-- Results in false positives with comments used to denote include blocks before functions -->
31
31
<exclude name =" Squiz.Commenting.FunctionComment.WrongStyle" />
32
+ <!-- Results in false positives with comments used to denote include blocks after functions -->
33
+ <exclude name =" Squiz.WhiteSpace.FunctionSpacing.After" />
32
34
33
35
<!-- *********************************** -->
34
36
<!-- Exclude sniffs that cause BC breaks -->
106
108
<exclude name =" SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification" />
107
109
</rule >
108
110
111
+ <rule ref =" Generic.Files.InlineHTML.Found" >
112
+ <exclude-pattern >source/includes/aws-lambda/index.php</exclude-pattern >
113
+ </rule >
114
+
109
115
</ruleset >
You can’t perform that action at this time.
0 commit comments