Skip to content

Commit

Permalink
More exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar committed Sep 13, 2022
1 parent afe0dbb commit ee4710b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ruleset.xml
Expand Up @@ -39,13 +39,16 @@
</rule>

<rule ref="PHPCompatibility.FunctionUse.ArgumentFunctionsReportCurrentValue">
<exclude-pattern type="relative">administrator/components/com_finder/src/Indexer/Result\.php</exclude-pattern>
<exclude-pattern type="relative">libraries/src/Date/Date\.php</exclude-pattern>
<exclude-pattern type="relative">libraries/src/Application/CliApplication\.php</exclude-pattern>
<exclude-pattern type="relative">libraries/src/Application/ConsoleApplication\.php</exclude-pattern>
<exclude-pattern type="relative">libraries/src/Document/HtmlDocument\.php</exclude-pattern>
</rule>

<rule ref="PHPCompatibility.FunctionNameRestrictions.NewMagicMethods">
<exclude-pattern type="relative">administrator/components/com_finder/src/Indexer/Result\.php</exclude-pattern>
</rule>

<!-- temporary extend the line length -->
<rule ref="Generic.Files.LineLength">
<properties>
Expand Down

0 comments on commit ee4710b

Please sign in to comment.