HEX
Server: Apache
System: Linux sg241.singhost.net 2.6.32-896.16.1.lve1.4.51.el6.x86_64 #1 SMP Wed Jan 17 13:19:23 EST 2018 x86_64
User: honghock (909)
PHP: 8.0.30
Disabled: passthru,system,shell_exec,show_source,exec,popen,proc_open
Upload Files
File: //proc/self/cwd/wp-content/plugins/wp-whatsapp-chat/vendor/franmastromarino/wp-orm/phpcs.xml
<?xml version="1.0"?>
<ruleset name="WP ORM">
    <description>PHP CodeSniffer configuration for WP ORM using PSR12, PHPCompatibility, and some additional rules</description>

    <!-- Set the default coding standards to PSR12 and PHPCompatibility -->
    <rule ref="PSR12"/>
    <rule ref="PHPCompatibility"/>

    <!-- Specify the PHP version to check for compatibility -->
    <config name="testVersion" value="7.1-"/>

    <!-- Files to include -->
    <file>src</file>

    <!-- Exclude specific files/folders -->
    <exclude-pattern>*/tests/*</exclude-pattern>

    <!-- Ignore warnings, show only errors -->
    <arg value="n"/>

    <!-- Show sniff codes in all reports -->
    <arg value="s"/>

    <!-- Additional rules -->
    <rule ref="Generic.CodeAnalysis.UnusedFunctionParameter">
        <severity>10</severity>
    </rule>
    <rule ref="Generic.CodeAnalysis.EmptyStatement">
        <severity>10</severity>
    </rule>
    <rule ref="Generic.PHP.LowerCaseConstant">
        <severity>10</severity>
    </rule>
    <rule ref="Generic.PHP.DeprecatedFunctions">
        <severity>10</severity>
    </rule>
</ruleset>