From bc9d5f742eccfef0fb23d7570797418aff1719e2 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 12 Jun 2017 01:44:39 +0200 Subject: [PATCH 1/2] Fix link to WPCS in the PHPCS ruleset. The link was pointing to the `WordPress-Core` ruleset, while `_s` uses the `WordPress` ruleset which encompasses more than just the core rules. Pointing to the repo + the wiki seems more appropriate to me. --- phpcs.xml.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 7fd8284..6c3d204 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -1,8 +1,8 @@ - - + + A custom set of code standard rules to check for WordPress themes. From b560425ff191e29f63497d9ee380015e939a16e1 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 12 Jun 2017 01:46:36 +0200 Subject: [PATCH 2/2] PHPCS ruleset: add link to the PHPCompatibility repo. At the top of the ruleset there were links to the PHPCS and the WPCS repo, but not to the PHPCompatibility repo which is also being used. --- phpcs.xml.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 6c3d204..2c4546c 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -3,6 +3,7 @@ + A custom set of code standard rules to check for WordPress themes.