JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "phpcs.ruleset.xml"

Full Path: /home/u735268861/domains/palsarh.in/public_html/pages/wp-content/plugins/qode-optimizer/phpcs.ruleset.xml
File size: 1.76 KB
MIME-type: text/xml
Charset: utf-8

<?xml version="1.0"?>
<ruleset name="WordPress Coding Standards for Plugins">
	<description>Generally-applicable sniffs for WordPress plugins</description>
	<!-- Only sniff PHP files -->
	<arg name="extensions" value="php"/>

	<exclude-pattern>/vendor/*</exclude-pattern>
	<exclude-pattern>*.min.js</exclude-pattern>
	<exclude-pattern>**/assets/plugins/**/*.js</exclude-pattern>

	<rule ref="WordPress-Core" />
	<rule ref="WordPress-Docs" />

	<rule ref="Squiz.Commenting">
		<exclude name="Squiz.Commenting.FileComment"/>
		<exclude name="Squiz.Commenting.ClassComment"/>
		<exclude name="Squiz.Commenting.FunctionComment"/>
		<exclude name="Squiz.Commenting.VariableComment"/>
		<exclude name="Squiz.Commenting.LongConditionClosingComment"/>
	</rule>

	<rule ref="PEAR.Files">
		<exclude name="PEAR.Files.IncludingFile"/>
	</rule>

	<rule ref="Squiz.PHP.CommentedOutCode">
		<exclude name="Squiz.PHP.CommentedOutCode.Found" />
	</rule>

	<rule ref="Generic.PHP.NoSilencedErrors">
		<exclude name="Generic.PHP.NoSilencedErrors.Discouraged" />
	</rule>

	<rule ref="WordPress.PHP.NoSilencedErrors">
		<properties>
			<property name="customAllowedFunctionsList" type="array" value="ini_get,exif_read_data,ob_end_flush"/>
		</properties>
	</rule>
	<rule ref="WordPress.NamingConventions.ValidVariableName">
		<properties>
			<property name="allowed_custom_properties" type="array" value="formatOutput,imgQuality,parentNode,nextSibling,documentElement,imagePath,webimagePath,thumbPath,fileName,Version,Name" />
		</properties>
	</rule>

	<config name="testVersion">7.4-</config>
	<rule ref="PHPCompatibilityWP">
		<severity>10</severity>
	</rule>

	<rule ref="WordPress.Security">
		<severity>10</severity>
	</rule>

	<rule ref="WordPress.DB.PreparedSQL">
		<severity>10</severity>
	</rule>
</ruleset>