From a6be25906191a8f4cb0247d4d2747dbd0c7eea13 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Sat, 26 Oct 2019 18:19:23 +0200 Subject: [PATCH] Cleanup PHPcs-file --- phpcs.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/phpcs.xml b/phpcs.xml index b6700449d..d035d5293 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -38,9 +38,6 @@ <exclude-pattern>www/resources/clipboard.min.js</exclude-pattern> <exclude-pattern>www/resources/jquery-1.8.js</exclude-pattern> - <!-- Exclude Stubs until we use simplesamlphp/simplesamlphp-test-framework --> - <exclude-pattern>tests/Utils/Stubs/*</exclude-pattern> - <!-- This is the rule we inherit from. If you want to exlude some specific rules, see the docs on how to do that --> <rule ref="PSR12"/> -- GitLab