HEX
Server: Apache/2.4.46 (Ubuntu)
System: Linux localhost 5.11.0-49-generic #55-Ubuntu SMP Wed Jan 12 17:36:34 UTC 2022 x86_64
User: root (0)
PHP: 7.4.16
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/dooblo.cccinfotech.com/wp-content/plugins/duplicator/tools/ruleset.xml
<?xml version="1.0"?>
<ruleset name="DuplicatorPSR12" >

    <arg name="extensions" value="php"/>

    <exclude-pattern>/.git/*</exclude-pattern>
    <exclude-pattern>/aws/*</exclude-pattern>
    <exclude-pattern>/classes/*</exclude-pattern>
    <exclude-pattern>/ctrls/*</exclude-pattern>
    <exclude-pattern>/debug/*</exclude-pattern>
    <exclude-pattern>/lib/DropPHP</exclude-pattern>
    <exclude-pattern>/lib/forceutf8</exclude-pattern>
    <exclude-pattern>/lib/google</exclude-pattern>
    <exclude-pattern>/lib/onedrive</exclude-pattern>
    <exclude-pattern>/vendor/*</exclude-pattern>
    <exclude-pattern>/vendor-bin/*</exclude-pattern>
    <exclude-pattern>/vendor-prefixed/*</exclude-pattern>
    <exclude-pattern>/views/packages/*</exclude-pattern>
    <exclude-pattern>/views/parts/*</exclude-pattern>
    <exclude-pattern>/views/schedules/*</exclude-pattern>
    <exclude-pattern>/views/settings/*</exclude-pattern>
    <exclude-pattern>/views/storage/*</exclude-pattern>
    <exclude-pattern>/views/tools/*</exclude-pattern>
    <exclude-pattern>/installer/dup-installer/api</exclude-pattern>
    <exclude-pattern>*/assets/inc.libs.css.php</exclude-pattern>
    <exclude-pattern>*/assets/wp-config-sample.php</exclude-pattern>
    
    <description>Duplicator PSR12 coding standard.</description>

    <rule ref="PSR12">
        <exclude name="PSR12.Properties.ConstantVisibility.NotFound"/>
    </rule>

    <rule ref="Generic.Files.LineEndings">
        <properties>
            <property name="eolChar" value="\n"/>
        </properties>
    </rule>

    <rule ref="Generic.Files.LineLength">
        <properties>
            <property name="lineLimit" value="160"/>
            <property name="absoluteLineLimit" value="0"/>
        </properties>
    </rule>

    <!-- Implied through the examples: align the assignment operator in a block of assignments. -->
	<rule ref="Generic.Formatting.MultipleStatementAlignment">
		<properties>
			<property name="maxPadding" value="30"/>
		</properties>
	</rule>

    <rule ref="PSR1.Files.SideEffects.FoundWithSymbols" >
        <exclude-pattern>/helper.php</exclude-pattern>
        <exclude-pattern>/define.php</exclude-pattern>
        <exclude-pattern>/duplicator.php</exclude-pattern>
        <exclude-pattern>/duplicator-main.php</exclude-pattern>
        <exclude-pattern>/uninstall.php</exclude-pattern>
        <exclude-pattern>/deactivation.php</exclude-pattern>
        <exclude-pattern>/src/Utils/DuplicatorPhpVersionCheck.php</exclude-pattern>
        <exclude-pattern>/installer/dup-installer/main.installer.php</exclude-pattern>
        <exclude-pattern>/tools/vendor-cleanup.php</exclude-pattern>
        <exclude-pattern>/tools/file-renamer.php</exclude-pattern>
        <exclude-pattern>/tools/phpunit-install.php</exclude-pattern>
        <exclude-pattern>/tests/bootstrap.php</exclude-pattern>
    </rule>

    <rule ref="Generic.Commenting.DocComment" >
        <exclude name="Generic.Commenting.DocComment.ContentBeforeClose" />
        <exclude name="Generic.Commenting.DocComment.ContentAfterOpen" />
        <exclude name="Generic.Commenting.DocComment.MissingShort" />
        <exclude name="Generic.Commenting.DocComment.ParamNotFirst" />
        <exclude name="Generic.Commenting.DocComment.ShortNotCapital" />
        <exclude name="Generic.Commenting.DocComment.LongNotCapital" />
    </rule>

    <rule ref="PEAR.Commenting.FunctionComment" >
    </rule>
</ruleset>