From 538830d5a31ca9fc26dae9bd6d5770f7f3e285e0 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 23 Mar 2016 15:16:19 +0100 Subject: [PATCH] ignore checkstyle AvoidStaticImport for test frameworks For whatever reason, both JUnit and Google recommend using static method imports when writing tests. --- config/checkstyle/checkstyle.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index 664db6195..cd3ebcd98 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -31,7 +31,10 @@ - + + +