michal.banka | d6db37c | 2019-07-15 12:07:01 +0200 | [diff] [blame] | 1 | <?xml version="1.0"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | SDC |
| 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 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | Unless required by applicable law or agreed to in writing, software |
| 13 | distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | See the License for the specific language governing permissions and |
| 16 | limitations under the License. |
| 17 | ============LICENSE_END========================================================= |
| 18 | --> |
| 19 | <!DOCTYPE suppressions PUBLIC |
| 20 | "-//Checkstyle//DTD SuppressionFilter Configuration 1.0//EN" |
| 21 | "https://checkstyle.org/dtds/suppressions_1_0.dtd"> |
| 22 | <suppressions> |
| 23 | <suppress checks=".*" files="\.java" lines="1-20"/> |
| 24 | <suppress checks=".*" files="\.properties"/> |
| 25 | <suppress checks="javadoc" files="\.java"/> |
| 26 | <suppress checks="LineLength" files="\.java"/> |
| 27 | <suppress checks="HiddenField" files="\.java"/> |
| 28 | <suppress checks="FinalClass" files="\.java"/> |
| 29 | <suppress checks="FinalParameters" files="\.java"/> |
| 30 | <suppress checks="AvoidInlineConditionals" files="\.java"/> |
| 31 | <suppress checks="DesignForExtension" files="\.java"/> |
| 32 | <suppress checks="ImportOrder" files="\.java"/> |
| 33 | <suppress checks="LocalVariableName" files="\.java"/> |
| 34 | <suppress checks="AbbreviationAsWordInName" files="\.java"/> |
| 35 | </suppressions> |