Add **/yang-gen-config/** to checkstyle ignore path 20/36220/3
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 14 Mar 2016 21:08:13 +0000 (17:08 -0400)
committerTom Pantelis <tpanteli@brocade.com>
Tue, 29 Mar 2016 18:25:49 +0000 (18:25 +0000)
Change-Id: I4080cd5a5c6d2ccd9374af9979ff2fca76e607ab
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
opendaylight/config/pom.xml

index bea6be867b318c8ad9dd6aa8cf5f99c19dd7ebcb..fefb4267cb8bf93c6796c041165d528f03ea52c6 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 -->
           <!-- 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>
         </configuration>
         <dependencies>
           <dependency>