Add **/yang-gen-config/** to checkstyle ignore path 35/36835/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 14 Mar 2016 21:08:13 +0000 (17:08 -0400)
committerTom Pantelis <tpanteli@brocade.com>
Wed, 30 Mar 2016 15:21:16 +0000 (15:21 +0000)
Change-Id: I4080cd5a5c6d2ccd9374af9979ff2fca76e607ab
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
(cherry picked from commit 17d19bca1350102fd5ca1a1b7162cc5fc2ac9f79)

opendaylight/config/pom.xml

index 78b999bf128e8f9bcc155ec448524565307cc4a8..0f7d9806abe41cf31e0ac7f17d6f2d01844b832b 100644 (file)
           <!-- excluding logback-config, has several checkstyle warnings
                regarding Logger/LoggerFactory, which couldn't be removed due necessity/intention
                to use the particular implementation/library of Logger/LoggerFactory -->
-          <excludes>**\/config\/yang\/logback\/config\/**,**\/target\/,**\/bin\/,**\/target-ide\/,**\/${jmxGeneratorPath}\/,**\/${salGeneratorPath}\/</excludes>
+          <excludes>
+            **/yang-gen-config/**,
+            **\/config\/yang\/logback\/config\/**,
+            **\/target\/,
+            **\/bin\/,
+            **\/target-ide\/,
+            **\/${jmxGeneratorPath}\/,
+            **\/${salGeneratorPath}\/
+          </excludes>
         </configuration>
         <dependencies>
           <dependency>