checkstyle: suppression to ignore files under target 03/49503/1
authorIsaku Yamahata <isaku.yamahata@intel.com>
Fri, 16 Dec 2016 20:31:56 +0000 (12:31 -0800)
committerIsaku Yamahata <isaku.yamahata@intel.com>
Fri, 16 Dec 2016 23:33:18 +0000 (15:33 -0800)
the changeset of f1c4e8a94515118893477c19effbaec53d4356d8
change id of I8b2ec5ee6d46dc108e781031996a1022b8c5330a
in odlparent introduced new supression to ignore sources under
target. This patch catches up it.

Change-Id: I7f35dffea41dbfc939238db0014632a2cd44fa18
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
parent/checkstyle-suppressions.xml

index 5291703b0467ead954c89e87a1e3c6fb4df7fc9c..f6b04c7a1beb98219a39322f6e164102e2970472 100644 (file)
@@ -5,6 +5,7 @@
      "http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
 
 <suppressions>
+  <suppress files="[/\\]target[/\\]" checks=".*"/>
   <suppress checks="JavadocStyleCheck"
             files="."
              />