From 17d19bca1350102fd5ca1a1b7162cc5fc2ac9f79 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 14 Mar 2016 17:08:13 -0400 Subject: [PATCH] Add **/yang-gen-config/** to checkstyle ignore path Change-Id: I4080cd5a5c6d2ccd9374af9979ff2fca76e607ab Signed-off-by: Thanh Ha --- opendaylight/config/pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index bea6be867b..fefb4267cb 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -150,7 +150,15 @@ - **\/config\/yang\/logback\/config\/**,**\/target\/,**\/bin\/,**\/target-ide\/,**\/${jmxGeneratorPath}\/,**\/${salGeneratorPath}\/ + + **/yang-gen-config/**, + **\/config\/yang\/logback\/config\/**, + **\/target\/, + **\/bin\/, + **\/target-ide\/, + **\/${jmxGeneratorPath}\/, + **\/${salGeneratorPath}\/ + -- 2.36.6