HEX
Server: LiteSpeed
System: Linux 110.webhostingindonesia.co.id 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User: uvlnfyba (10197)
PHP: 7.4.33
Disabled: opcache_get_status,exec,passthru,shell_exec,system,popen,mail,proc_open,show_source,
Upload Files
File: /home/jkwebsite.my.id/data.jkwebsite.my.id/wp-content/plugins1/wp-dark-mode/phpcs.xml
<?xml version="1.0"?>
<ruleset 
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
	name="WordPress Coding Standard 3.0" 
	xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">

	<description>WPPOOL Coding Standard 3</description>

	<!-- Setting text-domain  -->
	<rule ref="WordPress.WP.I18n">
		<properties>
			<property name="text_domain" type="array">
				<element value="wp-dark-mode"/>
			</property>
		</properties>
	</rule>

	
	<file>.</file>

	<!-- Exclude common patterns -->
	<!-- <exclude-pattern>vendor/*</exclude-pattern> -->
	<!-- 
	<exclude-pattern>.git</exclude-pattern>
	<exclude-pattern>.github</exclude-pattern>
	<exclude-pattern>.wordpress-org</exclude-pattern> -->

	<!-- Exclude the Node Modules directory. -->
	<exclude-pattern>node_modules/*</exclude-pattern>
	<exclude-pattern>src/*</exclude-pattern>
	<exclude-pattern>.wordpress-org/*</exclude-pattern>
	<exclude-pattern>.github/*</exclude-pattern>
	<exclude-pattern>assets/*</exclude-pattern>
	<exclude-pattern>languages/*</exclude-pattern>

	<!-- BASIC Configuration -->
	<arg name="extensions" value="php" />
	<arg name="basepath" value="."/> <!-- Strip the filepaths down to the relevant bit. -->
	<arg name="parallel" value="20"/> <!-- Check up to 20 files simultaneously. -->
    <arg value="ps" /> <!-- Show progress -->
	<arg name="colors" /> <!-- Show colors in console -->
    <arg value="ns" /> <!-- Show sniff codes in all reports -->

	<!--
	#############################################################################
	FILES
	#############################################################################
	-->

	<config name="testVersion" value="7.0-" />

	<rule ref="Squiz.Commenting.FileComment.Missing" /> <!-- Missing file doc comment -->
	<rule ref="Squiz.Classes.ClassFileName"  /> <!-- Class name doesn't match filename -->
	<rule ref="Squiz.Classes.ValidClassName" /> <!-- Valid class name -->
	<rule ref="Squiz.Classes.ClassFileName">
		<exclude name="Squiz.Classes.ClassFileName.NoMatch" />
        <exclude name="Squiz.Classes.ValidClassName.NotCamelCaps" />
	</rule>
	<!--
	#############################################################################
	GENERIC
	#############################################################################
	-->
	
	<rule ref="Generic.Commenting"/> <!-- Commenting -->
	<rule ref="Generic.CodeAnalysis" /> <!-- Code analysis -->
	<rule ref="Generic.WhiteSpace" /> <!-- spacing and indentation -->
	<rule ref="Generic.WhiteSpace.DisallowTabIndent"> <!-- Allow tab indent  -->
		<exclude name="Generic.WhiteSpace.DisallowTabIndent.TabsUsed" />
	</rule>
	<!-- <rule ref="Universal.Arrays.DisallowLongArraySyntax">  -->
	<rule ref="Universal"> 
		<exclude name="Universal.Arrays.DisallowShortArraySyntax" />
        <exclude name="Universal.ControlStructures.DisallowLonelyIf.Found" />
        <exclude name="Universal.Classes.RequireFinalClass.NonFinalClassFound" />
        <exclude name="Universal.ControlStructures.IfElseDeclaration.NoNewLine" />
        <exclude name="Universal.ControlStructures.DisallowAlternativeSyntax.FoundIfWithInlineHTML" />
        <exclude name="Universal.Namespaces.EnforceCurlyBraceSyntax.Forbidden" />
        <exclude name="Universal.Files.SeparateFunctionsFromOO.Mixed" />
	</rule>
	<rule ref="Generic.Functions.FunctionCallArgumentSpacing"> <!-- whitespace in function arguements  -->
		<exclude
      name="Generic.Functions.FunctionCallArgumentSpacing.NoSpaceAfterComma"
    />
	</rule>
	<rule ref="Generic.Classes.DuplicateClassName">
		<type>warning</type>
	</rule>
	

	<rule ref="PEAR.Functions.FunctionCallSignature.EmptyLine" /> <!-- Empty line before function call  -->
	

	<!--
	#############################################################################
	WORDPRESS
	#############################################################################
	-->
	<config name="minimum_wp_version" value="6.0"/>

	<rule ref="WordPress"></rule> <!-- Include the WordPress standard. -->
    <rule ref="WordPress-Core" /> 
    <rule ref="WordPress-Docs" /> 
    <rule ref="WordPress-Extra" /> 
	<rule ref="WordPress.Files.FileName"> <!-- exclude WordPress InvalidClassFileName  -->
		<exclude name="WordPress.Files.FileName.InvalidClassFileName" />
        <exclude name="WordPress.Files.FileName.NotHyphenatedLowercase" />
	</rule>
	<rule ref="WordPress.PHP.StrictInArray"> <!-- exclude WordPress.PHP.StrictInArray.FoundNonStrictFalse -->
		<exclude name="WordPress.PHP.StrictInArray.FoundNonStrictFalse" />
		<exclude name="WordPress.PHP.StrictInArray.MissingTrueStrict" />	
	</rule>

</ruleset>