From 41330c7a998423b818b147446dd504d514713b88 Mon Sep 17 00:00:00 2001 From: Joffrey Bion Date: Mon, 25 Sep 2017 17:19:58 +0200 Subject: Allow empty types in checkstyle config --- backend/config/checkstyle/checkstyle.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'backend') diff --git a/backend/config/checkstyle/checkstyle.xml b/backend/config/checkstyle/checkstyle.xml index 5c511415..b3a6c544 100644 --- a/backend/config/checkstyle/checkstyle.xml +++ b/backend/config/checkstyle/checkstyle.xml @@ -67,8 +67,9 @@ - + + -- cgit