From 1396e75bd3716d3392d5e9f51b685b5737e699af Mon Sep 17 00:00:00 2001
From: Perreal Guillaume <guillaume.perreal@irstea.fr>
Date: Tue, 16 Apr 2019 12:30:20 +0200
Subject: [PATCH] =?UTF-8?q?Applique=20le=20r=C3=A9glage=20"loose"=20de=20p?=
 =?UTF-8?q?hpmd-config.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 phpmd-ruleset.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phpmd-ruleset.xml b/phpmd-ruleset.xml
index 1eb574b..64d0686 100644
--- a/phpmd-ruleset.xml
+++ b/phpmd-ruleset.xml
@@ -4,6 +4,6 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd">
 
-    <rule ref="vendor/irstea/phpmd-config/strict.xml"/>
+    <rule ref="vendor/irstea/phpmd-config/loose.xml"/>
 
 </ruleset>
-- 
GitLab