From 84013ee1aedada8e04e5c0f298c3170cfafcc549 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 6 Jan 2018 08:18:39 +0000 Subject: [PATCH] Disable AvoidStaticImport check --- builder/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/src/main/resources/application.yml b/builder/src/main/resources/application.yml index cfef9b7..7fde44e 100644 --- a/builder/src/main/resources/application.yml +++ b/builder/src/main/resources/application.yml @@ -108,7 +108,7 @@ rules: name: AvoidStaticImport parent: TREEWALKER level: COMPLEXITY - enabled: true + enabled: false source: CHECKSTYLE uri: http://checkstyle.sourceforge.net/config_imports.html#AvoidStaticImport properties: