aboutsummaryrefslogtreecommitdiffstats
path: root/jtosca/checkstyle-suppressions.xml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2019-11-07 11:33:01 -0800
committerJessica Wagantall <jwagantall@linuxfoundation.org>2019-11-07 11:33:29 -0800
commit2a3357829783d850d230d8b85b9e1c15effe1a38 (patch)
tree8ab9b83f976d79bdeb0c87b8b879b5d62d4ce129 /jtosca/checkstyle-suppressions.xml
parent527fe8bdac1f1c7c59738c598996dc8c842a22e3 (diff)
Migrate jtosca contents
Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jtosca/checkstyle-suppressions.xml')
-rw-r--r--jtosca/checkstyle-suppressions.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/jtosca/checkstyle-suppressions.xml b/jtosca/checkstyle-suppressions.xml
new file mode 100644
index 0000000..2920ca2
--- /dev/null
+++ b/jtosca/checkstyle-suppressions.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0"?>
+<!--
+ ============LICENSE_START=======================================================
+ SDC
+ ================================================================================
+ Copyright (C) 2019 Nokia. All rights reserved.
+ ================================================================================
+ 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.
+ ============LICENSE_END=========================================================
+ -->
+
+<!DOCTYPE suppressions PUBLIC
+ "-//Checkstyle//DTD SuppressionFilter Configuration 1.0//EN"
+ "https://checkstyle.org/dtds/suppressions_1_0.dtd">
+<suppressions>
+ <suppress checks=".*" files="\.java" lines="1-20"/>
+ <suppress checks=".*" files="\.properties"/>
+ <suppress checks="javadoc" files="\.java"/>
+ <suppress checks="LineLength" files="\.java"/>
+ <suppress checks="HiddenField" files="\.java"/>
+ <suppress checks="FinalClass" files="\.java"/>
+ <suppress checks="FinalParameters" files="\.java"/>
+ <suppress checks="AvoidInlineConditionals" files="\.java"/>
+ <suppress checks="DesignForExtension" files="\.java"/>
+ <suppress checks="ImportOrder" files="\.java"/>
+ <suppress checks="LocalVariableName" files="\.java"/>
+ <suppress checks="AbbreviationAsWordInName" files="\.java"/>
+</suppressions> \ No newline at end of file