From 20f213f59dd474e23ade544ed733ca6fef2a23d9 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Thu, 6 Jun 2019 14:03:54 +0200 Subject: [PATCH] Disabled the nohttp check by default --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f7fd6f40..077928a8 100644 --- a/pom.xml +++ b/pom.xml @@ -90,6 +90,7 @@ ${maven.multiModuleProjectDirectory}/src/checkstyle/checkstyle-suppressions.xml 0.0.1.BUILD-SNAPSHOT + true @@ -450,10 +451,10 @@ validate true - ${disable.checks} + ${disable.nohttp.checks} ${checkstyle.nohttp.file} **/* - **/.git/**/*,**/target/**/*,**/*.log + **/.idea/**/*,**/.git/**/*,**/target/**/*,**/*.log ./