Skip to content

Commit

Permalink
Excluding some more files
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar committed Sep 13, 2022
1 parent a7a3405 commit afe0dbb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ruleset.xml
Expand Up @@ -24,7 +24,7 @@
</rule>

<rule ref="PHPCompatibilityJoomla">
<exclude-pattern type="relative">libraries/src/Encrypt/AES/Mcrypt.php</exclude-pattern>
<exclude-pattern type="relative">libraries/src/Encrypt/AES/Mcrypt\.php</exclude-pattern>
</rule>
<config name="testVersion" value="7.2-"/>

Expand All @@ -38,6 +38,14 @@
<exclude-pattern type="relative">libraries/src/Authentication/Password/Argon2idHandler\.php</exclude-pattern>
</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>

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

0 comments on commit afe0dbb

Please sign in to comment.