PHP 8.0.30
Preview: .phpcs.xml Size: 2.45 KB
/home/certprox/zang.certproxywizard.com/wp/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>

Directory Contents

Dirs: 7 × Files: 5

Name Size Perms Modified Actions
app DIR
- drwxr-xr-x 2026-03-30 10:23:19
Edit Download
assets DIR
- drwxr-xr-x 2026-03-30 10:23:32
Edit Download
boot DIR
- drwxr-xr-x 2026-03-30 10:23:49
Edit Download
config DIR
- drwxr-xr-x 2026-03-30 10:23:49
Edit Download
database DIR
- drwxr-xr-x 2026-03-30 10:23:49
Edit Download
resources DIR
- drwxr-xr-x 2026-03-30 10:23:49
Edit Download
vendor DIR
- drwxr-xr-x 2026-03-30 10:23:52
Edit Download
2.45 KB lrw-r--r-- 2026-03-30 10:23:49
Edit Download
1.22 KB lrw-r--r-- 2026-03-30 10:23:49
Edit Download
1.03 KB lrw-r--r-- 2026-03-30 10:23:49
Edit Download
26 B lrw-r--r-- 2026-03-30 10:23:49
Edit Download
32.15 KB lrw-r--r-- 2026-03-30 10:23:49
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).