HADOOP-13160. Suppress checkstyle JavadocPackage check for test source. John 
Zhuge via stevel


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/dcbb7009
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/dcbb7009
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/dcbb7009

Branch: refs/heads/HDFS-1312
Commit: dcbb7009b6f94e655724f6a0320723e1279ebc79
Parents: 2dab64d
Author: Steve Loughran <ste...@apache.org>
Authored: Wed May 25 10:53:22 2016 +0100
Committer: Steve Loughran <ste...@apache.org>
Committed: Wed May 25 10:53:46 2016 +0100

----------------------------------------------------------------------
 dev-support/checkstyle/suppressions.xml | 21 +++++++++++++++++++++
 pom.xml                                 |  1 +
 2 files changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/dcbb7009/dev-support/checkstyle/suppressions.xml
----------------------------------------------------------------------
diff --git a/dev-support/checkstyle/suppressions.xml 
b/dev-support/checkstyle/suppressions.xml
new file mode 100644
index 0000000..ccc89c8
--- /dev/null
+++ b/dev-support/checkstyle/suppressions.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+<!--
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License. See accompanying LICENSE file.
+-->
+<!DOCTYPE suppressions PUBLIC
+"-//Puppy Crawl//DTD Suppressions 1.1//EN"
+"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd";>
+
+<suppressions>
+  <suppress checks="JavadocPackage" files="[\\/]src[\\/]test[\\/].*"/>
+</suppressions>

http://git-wip-us.apache.org/repos/asf/hadoop/blob/dcbb7009/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d819caa..c908340 100644
--- a/pom.xml
+++ b/pom.xml
@@ -317,6 +317,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xs
           </dependencies>
           <configuration>
             <configLocation>checkstyle/checkstyle.xml</configLocation>
+            
<suppressionsLocation>dev-support/checkstyle/suppressions.xml</suppressionsLocation>
             <includeTestSourceDirectory>true</includeTestSourceDirectory>
             <failOnViolation>false</failOnViolation>
             <format>xml</format>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to