From 70a97b4c83e878504c5abbb81e3bad868c8340ee Mon Sep 17 00:00:00 2001 From: Johanna Stuber Date: Wed, 27 Jan 2021 19:51:54 +0100 Subject: [PATCH] =?UTF-8?q?checkstyle=20hinzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/resources/checkstyle_typicalc.xml | 109 +++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 src/test/resources/checkstyle_typicalc.xml diff --git a/src/test/resources/checkstyle_typicalc.xml b/src/test/resources/checkstyle_typicalc.xml new file mode 100644 index 0000000..eeb91a6 --- /dev/null +++ b/src/test/resources/checkstyle_typicalc.xml @@ -0,0 +1,109 @@ + + + + + + + + + + + property name="allowUndeclaredRTE" value="true"/--> + property name="suppressLoadErrors" value="true"/--> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file