Add empty checkstyle-suppressions.xml 54/48754/1
authorJaime Caamaño Ruiz <jaime.caamano.ruiz@ericsson.com>
Mon, 28 Nov 2016 19:07:25 +0000 (20:07 +0100)
committerJaime Caamaño Ruiz <jaime.caamano.ruiz@ericsson.com>
Mon, 28 Nov 2016 19:07:25 +0000 (20:07 +0100)
Due to change 48715 [0] in odlparent, now checkstyle configuration
inherited from odlparent looks for a checkstyle-suppressions.xml file.
Rather than overriding the configuration, an empty file to add
exceptions in the future is added. This fixes a build failure.

 [0] https://git.opendaylight.org/gerrit/#/c/48715/

Change-Id: I4aa18385c73b2f7f25373a4affb56fab23efee18
Signed-off-by: Jaime Caamaño Ruiz <jaime.caamano.ruiz@ericsson.com>
checkstyle-suppressions.xml [new file with mode: 0644]

diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml
new file mode 100644 (file)
index 0000000..9efa96b
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+<!--
+ Copyright (c) 2016 Ericsson Inc. and others.  All rights reserved.
+
+ This program and the accompanying materials are made available under the
+ terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ and is available at http://www.eclipse.org/legal/epl-v10.html
+-->
+<!DOCTYPE suppressions PUBLIC
+    "-//Puppy Crawl//DTD Suppressions 1.0//EN"
+    "http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
+
+<suppressions>
+</suppressions>