Moving admin to it's own directory, trying to fix up docblocks and stuff

This commit is contained in:
2021-09-14 11:37:30 -06:00
parent c94414dc0e
commit ecd4099038
17 changed files with 1095 additions and 396 deletions

View File

@ -2,7 +2,7 @@
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PHP_CodeSniffer" xsi:noNamespaceSchemaLocation="phpcs.xsd">
<description>CodeSniffing standards for this project.</description>
<config name="installed_paths" value="./vendor/wp-coding-standards/wpcs" />
<config name="installed_paths" value="vendor/wp-coding-standards/wpcs" />
<file>bootstrap.php</file>
<file>nmsp-plugin-name.php</file>
@ -10,9 +10,16 @@
<file>constants</file>
<file>includes</file>
<exclude-pattern>*/assets/*$</exclude-pattern>
<exclude-pattern>*/cache/*$</exclude-pattern>
<exclude-pattern>*/languages/*$</exclude-pattern>
<exclude-pattern>*/node_modules/*$</exclude-pattern>
<exclude-pattern>*/resources/*$</exclude-pattern>
<exclude-pattern>*/tests/*$</exclude-pattern>
<exclude-pattern>*/vendor/*$</exclude-pattern>
<arg name="basepath" value="./" />
<arg name="colors" />
<arg name="parallel" value="75" />
<arg name="report" value="full" />
<arg name="extensions" value="php" />
<arg value="nps" />