From 53a825222d190040c9efb04d47336ce82ed5ba1c Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Tue, 25 Jun 2019 17:42:40 +0800 Subject: [PATCH] Add exceptions to PHPCS as per developer guide --- phpcs.xml | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/phpcs.xml b/phpcs.xml index 3ffeebc67..dfd335d3c 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -2,15 +2,27 @@ The coding standard for October CMS. + + + + + + + + */database/migrations/*\.php bootstrap/ config/ modules/ - tests + plugins/october/demo/ + tests/ - vendor/ - storage/ - plugins/ + */vendor/*