From 1c32e0c17febcbef90756f3eef4868542723cc81 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Wed, 26 Sep 2018 13:53:38 -0400 Subject: Fix for checkstyle declarations I found the problem with policy-yaml. An exception was occuring due to an extra line between an @return for javadoc vs. just printing a warning. See: https://github.com/checkstyle/checkstyle/issues/2398 I also messed up some of the other declarations in the sub-modules. Copyright Issue-ID: POLICY-1153 Change-Id: I848e0b19340d494775e161bab86ffb60a97d83ab Signed-off-by: Pamela Dragosh --- .../common/policy-yaml/checkstyle-suppressions.xml | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 controlloop/common/policy-yaml/checkstyle-suppressions.xml (limited to 'controlloop/common/policy-yaml/checkstyle-suppressions.xml') diff --git a/controlloop/common/policy-yaml/checkstyle-suppressions.xml b/controlloop/common/policy-yaml/checkstyle-suppressions.xml new file mode 100644 index 000000000..a23b257a6 --- /dev/null +++ b/controlloop/common/policy-yaml/checkstyle-suppressions.xml @@ -0,0 +1,30 @@ + + + + + + + + -- cgit 1.2.3-korg