HEX
Server: Apache
System: Linux webm013.cluster123.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: lesanew (165608)
PHP: 8.3.31
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/lesanew/anestetues2/web/app/plugins/insta-gallery/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>