blob: 0c3e720e20baeccf63a00874dbc985b91d35cba5 [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"/>
Jonathan Hart51539b82015-10-29 09:53:04 -070031 <suppress files="org.onlab.packet.*" checks="AbbreviationAsWordInName" />
32 <suppress files="org.onlab.jdvue.*" checks="AbbreviationAsWordInName" />
33 <suppress files="org.onosproject.driver.pipeline.*" checks="AbbreviationAsWordInName" />
34 <suppress files="org.onosproject.igmp.*" checks="AbbreviationAsWordInName" />
35 <suppress files="org.onosproject.pim.*" checks="AbbreviationAsWordInName" />
36 <suppress files="org.onosproject.segmentrouting.*" checks="AbbreviationAsWordInName" />
tom7438d0b2014-09-13 13:33:19 -070037
Ray Milkeyccda0b52015-10-30 16:51:06 -070038 <!-- Suppressions for unit testing code -->
39 <suppress checks="JavadocPackage"
40 files=".*/src/test/.*.java"
41 />
42
43 <suppress checks="JavadocPackage"
44 files=".*/thirdparty/.*.java"/>
45
tom0eb04ca2014-08-25 14:34:51 -070046</suppressions>