diff --git a/MAD/ruleset.xml b/MAD/ruleset.xml new file mode 100644 index 0000000..e1dc1de --- /dev/null +++ b/MAD/ruleset.xml @@ -0,0 +1,101 @@ + + + Coding standards for MAD packages. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + tests/* + + + + + + + + + + + + + + + + + + + tests/* + + + tests/* + + + tests/* + + + tests/bootstrap.php + + + + + + + + + + + diff --git a/composer.json b/composer.json index a4c7588..f3c0ebb 100644 --- a/composer.json +++ b/composer.json @@ -19,11 +19,11 @@ } ], "require": { + "automattic/vipwpcs": "^3.0", "php": ">=7.4", - "squizlabs/php_codesniffer": "^3.8.0", - "wp-coding-standards/wpcs": "^3.0.0", "slevomat/coding-standard": "^8.14.0", - "automattic/vipwpcs": "^3.0" + "squizlabs/php_codesniffer": "^3.8.0", + "wp-coding-standards/wpcs": "^3.0.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "*",