Piotr Darosz | 0414d98 | 2019-07-11 10:42:11 +0200 | [diff] [blame] | 1 | <?xml version="1.0"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | sdc-tosca |
| 5 | ================================================================================ |
| 6 | Copyright (C) 2019 Nokia. All rights reserved. |
| 7 | ================================================================================ |
| 8 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | you may not use this file except in compliance with the License. |
| 10 | You may obtain a copy of the License at |
| 11 | |
| 12 | http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | |
| 14 | Unless required by applicable law or agreed to in writing, software |
| 15 | distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | See the License for the specific language governing permissions and |
| 18 | limitations under the License. |
| 19 | ============LICENSE_END========================================================= |
| 20 | --> |
| 21 | |
| 22 | <!DOCTYPE suppressions PUBLIC |
| 23 | "-//Checkstyle//DTD SuppressionFilter Configuration 1.0//EN" |
| 24 | "https://checkstyle.org/dtds/suppressions_1_0.dtd"> |
| 25 | |
| 26 | <suppressions> |
| 27 | <suppress checks=".*" files="\.java" lines="1-20"/> |
| 28 | <suppress checks=".*" files="\.properties"/> |
| 29 | <suppress checks="javadoc" files="\.java"/> |
| 30 | <suppress checks="LineLength" files="\.java"/> |
| 31 | <suppress checks="HiddenField" files="\.java"/> |
| 32 | <suppress checks="FinalClass" files="\.java"/> |
| 33 | <suppress checks="FinalParameters" files="\.java"/> |
| 34 | <suppress checks="AvoidInlineConditionals" files="\.java"/> |
| 35 | <suppress checks="DesignForExtension" files="\.java"/> |
| 36 | <suppress checks="ImportOrder" files="\.java"/> |
| 37 | <suppress checks="LocalVariableName" files="\.java"/> |
| 38 | <suppress checks="AbbreviationAsWordInName" files="\.java"/> |
| 39 | </suppressions> |