From 92d8673e4a087767d3f4cf9bd084f9bd1a956bc1 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 27 Feb 2018 11:08:06 +0100 Subject: [PATCH] :wrench: PHPCS: add section headings This is intended to make it clearer for a newcomer to PHPCS to understand how the ruleset is build up and what each part of the ruleset means. --- phpcs.xml.dist | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index b6571958..c8e95d43 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -8,6 +8,14 @@ A custom set of code standard rules to check for WordPress themes. + + + . - + + + + + + @@ -54,7 +75,13 @@ - + + +