blob: a71d941f40932de8463b287f3d94a2438587e668 [file] [log] [blame]
tom0eb04ca2014-08-25 14:34:51 -07001<?xml version="1.0" encoding="UTF-8"?>
alshabibab984662014-12-04 18:56:18 -08002<!--
3 ~ Copyright 2014 Open Networking Laboratory
4 ~
5 ~ Licensed under the Apache License, Version 2.0 (the "License");
6 ~ you may not use this file except in compliance with the License.
7 ~ You may obtain a copy of the License at
8 ~
9 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~
11 ~ Unless required by applicable law or agreed to in writing, software
12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License.
16 -->
tom0eb04ca2014-08-25 14:34:51 -070017<!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN" "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
18
19<suppressions>
tom0eb04ca2014-08-25 14:34:51 -070020
tomaa49a1e2014-09-12 23:11:46 -070021 <suppress files="org.apache.karaf.branding.*" checks="[a-zA-Z0-9]*"/>
tom0eb04ca2014-08-25 14:34:51 -070022
23 <suppress files=".*" checks="FinalParametersCheck"/>
24 <suppress files=".*" checks="MagicNumbersCheck"/>
25 <suppress files=".*" checks="DesignForExtensionCheck"/>
26 <suppress files=".*" checks="TodoCommentCheck"/>
27 <suppress files=".*" checks="AvoidInlineConditionalsCheck"/>
28 <suppress files=".*" checks="OperatorWrapCheck"/>
alshabibc4901cd2014-09-05 16:50:40 -070029 <suppress files=".*" checks="HiddenField"/>
tom7438d0b2014-09-13 13:33:19 -070030 <suppress files=".java" checks="NewlineAtEndOfFile"/>
31
tom0eb04ca2014-08-25 14:34:51 -070032</suppressions>