From c008f862bf992c68c833df19fbd4c60dd3f438f7 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tim.dijen@minbzk.nl>
Date: Tue, 31 Mar 2020 14:17:37 +0200
Subject: [PATCH] Exclude adfs-module; it's a dev dependency

---
 phpcs.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/phpcs.xml b/phpcs.xml
index 3285a9a6a..328ad8127 100644
--- a/phpcs.xml
+++ b/phpcs.xml
@@ -14,6 +14,7 @@
     <file>src</file>
     <file>tests</file>
     <file>www</file>
+    <exclude-pattern>modules/adfs/*</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