HEX
Server: Apache
System: Linux gifted-burnell.82-165-201-46.plesk.page 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
User: sevasamarpancharitab_5vrmexgmqzw (10007)
PHP: 8.3.31
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/sevasamarpancharitabletrust.org/httpdocs/wp-content/plugins/fluentform/.phpcs.xml
<?xml version="1.0"?>
<ruleset name="Fluent Standard">
    <description>WordPress Coding Standard that we use in Fluent Team.</description>
        <rule ref="WordPress">
            <exclude name="WordPress.Files.FileName"/>
            <exclude name="WordPress.PHP.DisallowShortTernary"/>
            <exclude name="WordPress.WhiteSpace.OperatorSpacing"/>
            <exclude name="WordPress.WP.EnqueuedResourceParameters"/>
            <exclude name="WordPress.Arrays.ArrayDeclarationSpacing"/>
            <exclude name="WordPress.WhiteSpace.CastStructureSpacing"/>
            <exclude name="WordPress.WhiteSpace.ControlStructureSpacing"/>
            <exclude name="WordPress.Arrays.ArrayKeySpacingRestrictions"/>
            <exclude name="WordPress.NamingConventions.ValidFunctionName"/>
            <exclude name="WordPress.NamingConventions.ValidVariableName"/>
            
            <exclude name="PEAR.Functions.FunctionCallSignature"/>

            <exclude name="Squiz.Commenting"/>
            <exclude name="Squiz.PHP.DisallowMultipleAssignments"/>
            <exclude name="Squiz.Functions.FunctionDeclarationArgumentSpacing"/>
            
            <exclude name="Generic.Classes.OpeningBraceSameLine"/>
            <exclude name="Generic.WhiteSpace.DisallowSpaceIndent" />
            <exclude name="Generic.Arrays.DisallowShortArraySyntax"/>
            <exclude name="Generic.Formatting.MultipleStatementAlignment"/>
            <exclude name="Generic.WhiteSpace.ArbitraryParenthesesSpacing"/>
            <exclude name="Generic.Functions.OpeningFunctionBraceKernighanRitchie"/>
        </rule>

        <rule ref="WordPress.Security.EscapeOutput">
            <properties>
                <property name="customEscapingFunctions" type="array">
                    <element value="fluentform_kses_js"/>
                    <element value="fluentformSanitizeCSS"/>
                    <element value="fluentform_sanitize_html"/>
                </property>
            </properties>
        </rule>

        <rule ref="Generic.WhiteSpace.ScopeIndent">
            <properties>
                <property name="indent" value="4"/>
                <property name="tabIndent" value="false"/>
            </properties>
        </rule>
        
        <rule ref="Generic.WhiteSpace.DisallowTabIndent" />

        <!-- We allow empty catch statements -->
        <rule ref="Generic.CodeAnalysis.EmptyStatement.DetectedCATCH">
            <severity>0</severity>
        </rule>
</ruleset>