From 1dce047827d07faa5ed50335952ec5d54179ca39 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 19 May 2019 11:55:21 +0200 Subject: [PATCH] adjust phpcs exclude patterns for new plugin classes We still need to ignore a bunch of stuff for backwardscompatibility --- _test/phpcs.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_test/phpcs.xml b/_test/phpcs.xml index e0a265549..53ee44196 100644 --- a/_test/phpcs.xml +++ b/_test/phpcs.xml @@ -69,12 +69,15 @@ - */lib/plugins/remote.php + */inc/Extension/RemotePlugin.php */lib/plugins/*/remote.php */lib/plugins/*/remote/*.php + */inc/Extension/PluginInterface.php + */inc/Extension/PluginTrait.php + */inc/parser/* -- 2.11.4.GIT