PATH:
home
/
lab2454c
/
argowells.com
/
wp-content
/
plugins
/
powerpack-lite-for-elementor
<?xml version="1.0"?> <ruleset name="WordPress.PowerPack.Elements"> <!-- See https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-ruleset.xml --> <!-- See https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/blob/develop/WordPress-Core/ruleset.xml --> <!-- Set a description for this ruleset. --> <description>PowerPack Coding Standards</description> <arg name="parallel" value="8" /> <!-- Exclude paths --> <exclude-pattern>src/</exclude-pattern> <exclude-pattern>build/</exclude-pattern> <exclude-pattern>assets/</exclude-pattern> <exclude-pattern>images/</exclude-pattern> <exclude-pattern>*/i18n/*</exclude-pattern> <exclude-pattern>*/node_modules/*</exclude-pattern> <exclude-pattern>*/vendor/*</exclude-pattern> <exclude-pattern>*/css/*</exclude-pattern> <exclude-pattern>*/js/*</exclude-pattern> <exclude-pattern>*/style.css</exclude-pattern> <rule ref="WordPress-Extra"> <exclude name="Generic.Commenting.DocComment.MissingShort" /> <exclude name="Generic.Formatting.MultipleStatementAlignment" /> <exclude name="Generic.Arrays.DisallowShortArraySyntax.Found" /> <exclude name="Squiz.Commenting.ClassComment.Missing" /> <exclude name="Squiz.Commenting.FileComment.Missing" /> <exclude name="Squiz.Commenting.FunctionComment.Missing" /> <exclude name="Squiz.Commenting.FunctionComment.MissingParamComment" /> <exclude name="Squiz.Commenting.VariableComment.Missing" /> <exclude name="Squiz.PHP.EmbeddedPhp.ContentBeforeOpen" /> <exclude name="Squiz.PHP.EmbeddedPhp.ContentAfterOpen" /> <exclude name="Squiz.PHP.EmbeddedPhp.ContentBeforeEnd" /> <exclude name="Squiz.PHP.EmbeddedPhp.ContentAfterEnd" /> <exclude name="WordPress.Arrays.MultipleStatementAlignment" /> <exclude name="WordPress.CSRF.NonceVerification.NoNonceVerification" /> <exclude name="WordPress.Files.FileName.InvalidClassFileName" /> <!-- <exclude name="WordPress.Security.EscapeOutput.OutputNotEscaped"/> <exclude name="WordPress.Security.EscapeOutput.UnsafePrintingFunction" /> --> <exclude name="WordPress.Security.NonceVerification.NoNonceVerification"/> <exclude name="WordPress.Security.NonceVerification.Missing"/> <exclude name="WordPress.WP.I18n.MissingTranslatorsComment" /> <exclude name="WordPress.WP.I18n.NonSingularStringLiteralSingle" /> <exclude name="WordPress.WP.I18n.NonSingularStringLiteralPlural" /> <!-- <exclude name="WordPress.XSS.EscapeOutput.OutputNotEscaped" /> --> <exclude name="WordPress.WP.EnqueuedResources.NonEnqueuedStylesheet" /> <exclude name="PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket" /> <exclude name="PEAR.Functions.FunctionCallSignature.MultipleArguments" /> <exclude name="PEAR.Functions.FunctionCallSignature.CloseBracketLine" /> </rule> <rule ref="WordPress.WP.DeprecatedFunctions"> <properties> <property name="minimum_supported_version" value="4.7" /> </properties> </rule> <rule ref="WordPress.NamingConventions.ValidHookName"> <properties> <property name="additionalWordDelimiters" value="/-" /> </properties> </rule> <!-- Text Domain --> <rule ref="WordPress.WP.I18n"> <properties> <property name="text_domain" type="array" value="powerpack"/> </properties> </rule> </ruleset>
[+]
includes
[-] composer.json
[edit]
[-] gruntfile.js
[edit]
[+]
classes
[-] index.php
[edit]
[+]
..
[-] plugin.php
[edit]
[-] .jshintrc
[edit]
[+]
modules
[-] package.json
[edit]
[+]
languages
[-] changelog.txt
[edit]
[-] readme.txt
[edit]
[+]
extensions
[+]
assets
[-] powerpack-lite-elementor.php
[edit]
[+]
base
[-] license.txt
[edit]
[-] phpcs.xml
[edit]