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 2929 <exclude name =" Squiz.Classes.ClassFileName.NoMatch" />
3030 <!-- Results in false positives with comments used to denote include blocks before functions -->
3131 <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" />
3234
3335 <!-- *********************************** -->
3436 <!-- Exclude sniffs that cause BC breaks -->
106108 <exclude name =" SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification" />
107109 </rule >
108110
111+ <rule ref =" Generic.Files.InlineHTML.Found" >
112+ <exclude-pattern >source/includes/aws-lambda/index.php</exclude-pattern >
113+ </rule >
114+
109115</ruleset >
You can’t perform that action at this time.
0 commit comments