checkstyle: remove suppression 17/49517/4
authorIsaku Yamahata <isaku.yamahata@intel.com>
Sat, 17 Dec 2016 09:19:12 +0000 (01:19 -0800)
committerIsaku Yamahata <isaku.yamahata@intel.com>
Wed, 21 Dec 2016 20:54:35 +0000 (12:54 -0800)
Now there is no need of suppression for checkstyle.
remove checkstyle-suppressions.xml.

Change-Id: I1fe08a85542f52fcd94bf76f369b66bd0d02def6
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
integration/test/pom.xml
neutron-spi/pom.xml
northbound-api/pom.xml
parent/checkstyle-suppressions.xml [deleted file]
parent/pom.xml
transcriber/pom.xml

index 39b39956ab84a53f2557297d6b22f33ee44e05cb..f3f26482c6ea58e07d1c4cdff148729d04bd463e 100644 (file)
@@ -50,8 +50,6 @@
          <plugin>
           <artifactId>maven-checkstyle-plugin</artifactId>
           <configuration>
-            <suppressionsLocation>../../parent/checkstyle-suppressions.xml</suppressionsLocation>
-            <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
             <excludes>org/opendaylight/yang/gen/**,**/yang/**</excludes>
             <consoleOutput>true</consoleOutput>
              <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
index 22410b46386a7044fa2928ee907d628156da7e41..828a3426ef837cae9611cc8354d8527f0e0e51cd 100644 (file)
   </dependencies>
   <build>
     <plugins>
-      <plugin>
-          <artifactId>maven-checkstyle-plugin</artifactId>
-          <configuration>
-            <suppressionsLocation>../parent/checkstyle-suppressions.xml</suppressionsLocation>
-            <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
-            <excludes>org/opendaylight/yang/gen/**,**/yang/**</excludes>
-            <consoleOutput>true</consoleOutput>
-             <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
-          </configuration>
-          <executions>
-            <execution>
-              <goals>
-                <goal>check</goal>
-              </goals>
-              <phase>process-sources</phase>
-            </execution>
-          </executions>
-      </plugin>
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
index 56e45674f20b232a093fc5cd0c12726ad6de6cbe..836df8e77e92535d3795592938a733204194c2c6 100644 (file)
   </dependencies>
   <build>
     <plugins>
-      <plugin>
-          <artifactId>maven-checkstyle-plugin</artifactId>
-          <configuration>
-            <suppressionsLocation>../parent/checkstyle-suppressions.xml</suppressionsLocation>
-            <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
-            <excludes>org/opendaylight/yang/gen/**,**/yang/**</excludes>
-            <consoleOutput>true</consoleOutput>
-             <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
-          </configuration>
-          <executions>
-            <execution>
-              <goals>
-                <goal>check</goal>
-              </goals>
-              <phase>process-sources</phase>
-            </execution>
-          </executions>
-      </plugin>
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
diff --git a/parent/checkstyle-suppressions.xml b/parent/checkstyle-suppressions.xml
deleted file mode 100644 (file)
index a0e2c31..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0"?>
-
-<!DOCTYPE suppressions PUBLIC
-     "-//Puppy Crawl//DTD Suppressions 1.0//EN"
-     "http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
-
-<suppressions>
-  <suppress files="[/\\]target[/\\]" checks=".*"/>
-</suppressions>
-
index d73accafe851cf171aa4222500abff7229a33ef6..265673108a913791e1c420d409d3de8be68597a2 100644 (file)
@@ -73,8 +73,6 @@
           <configuration>
             <excludes>org/opendaylight/yang/gen/**,**/yang/**</excludes>
             <consoleOutput>true</consoleOutput>
-            <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
-            <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
             <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
           </configuration>
           <executions>
index 672f91299a4dac4e18855154ab031560bbcd55a5..f7a713d614459b6fde1686fcc09691d6f524fb01 100644 (file)
@@ -20,8 +20,6 @@
       <plugin>
           <artifactId>maven-checkstyle-plugin</artifactId>
           <configuration>
-            <suppressionsLocation>../parent/checkstyle-suppressions.xml</suppressionsLocation>
-            <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
             <excludes>org/opendaylight/yang/gen/**,**/yang/**</excludes>
             <consoleOutput>true</consoleOutput>
              <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>