blob: c4e43e2d4a595e8335158b39f601d261997fecac [file] [log] [blame]
tom0eb04ca2014-08-25 14:34:51 -07001<?xml version="1.0" encoding="UTF-8"?>
alshabibab984662014-12-04 18:56:18 -08002<!--
Brian O'Connora09fe5b2017-08-03 21:12:30 -07003 ~ Copyright 2014-present Open Networking Foundation
alshabibab984662014-12-04 18:56:18 -08004 ~
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>
tomaa49a1e2014-09-12 23:11:46 -070020 <suppress files="org.apache.karaf.branding.*" checks="[a-zA-Z0-9]*"/>
tom0eb04ca2014-08-25 14:34:51 -070021
22 <suppress files=".*" checks="FinalParametersCheck"/>
23 <suppress files=".*" checks="MagicNumbersCheck"/>
24 <suppress files=".*" checks="DesignForExtensionCheck"/>
25 <suppress files=".*" checks="TodoCommentCheck"/>
26 <suppress files=".*" checks="AvoidInlineConditionalsCheck"/>
27 <suppress files=".*" checks="OperatorWrapCheck"/>
alshabibc4901cd2014-09-05 16:50:40 -070028 <suppress files=".*" checks="HiddenField"/>
tom7438d0b2014-09-13 13:33:19 -070029 <suppress files=".java" checks="NewlineAtEndOfFile"/>
Jonathan Hart51539b82015-10-29 09:53:04 -070030 <suppress files="org.onlab.packet.*" checks="AbbreviationAsWordInName" />
31 <suppress files="org.onlab.jdvue.*" checks="AbbreviationAsWordInName" />
32 <suppress files="org.onosproject.driver.pipeline.*" checks="AbbreviationAsWordInName" />
Ruchi Sahotaef0761c2019-01-28 01:08:18 +000033 <suppress files="org.onosproject.driver.pipeline.ofdpa.Ofdpa2GroupHandler.java" checks="FileLength" />
Jonathan Hart51539b82015-10-29 09:53:04 -070034 <suppress files="org.onosproject.segmentrouting.*" checks="AbbreviationAsWordInName" />
pier7b42cf42019-04-24 16:12:47 +020035 <suppress files="org.onosproject.segmentrouting.DefaultRoutingHandler.java" checks="FileLength" />
36
Ray Milkey85267002016-11-16 11:06:35 -080037 <!-- These files carry AT&T copyrights -->
38 <suppress files="org.onlab.packet.EAP" checks="RegexpHeader" />
39 <suppress files="org.onlab.packet.EAPOL" checks="RegexpHeader" />
40 <suppress files="org.onlab.packet.RADIUS" checks="RegexpHeader" />
41 <suppress files="org.onlab.packet.RADIUSAttribute" checks="RegexpHeader" />
42
Ray Milkeyccda0b52015-10-30 16:51:06 -070043 <!-- Suppressions for unit testing code -->
Yuta HIGUCHI9312a802017-06-12 20:01:27 -070044 <suppress checks="Javadoc(Package|Method)"
Ray Milkeyccda0b52015-10-30 16:51:06 -070045 files=".*/src/test/.*.java"
46 />
47
Ray Milkey0bb1e102016-11-10 14:51:27 -080048 <suppress checks="Javadoc.*"
Ray Milkeyccda0b52015-10-30 16:51:06 -070049 files=".*/thirdparty/.*.java"/>
50
Ray Milkey2d572dd2017-04-14 10:01:24 -070051 <suppress checks="Javadoc.*"
Ray Milkey2d572dd2017-04-14 10:01:24 -070052 files=".*/kafkaintegration/.*.java"/>
53
54 <suppress checks="Javadoc.*"
55 files=".*/demo/.*.java"/>
56
Ray Milkey749996b2018-05-11 09:59:19 -070057 <suppress checks="FileLength"
58 files=".*/SegmentRoutingManager.java"/>
Charles Chan367c1c12018-10-19 16:23:28 -070059 <suppress checks="FileLength"
60 files=".*/Ofdpa2GroupHandler.java"/>
Ray Milkey749996b2018-05-11 09:59:19 -070061
janani bdd1314f2016-05-19 17:39:50 +053062 <!-- Suppressions for yangutils generated code -->
Ray Milkey0bb1e102016-11-10 14:51:27 -080063 <suppress files="org.onosproject.yang.gen.v1.*" checks="Javadoc.*" />
tom0eb04ca2014-08-25 14:34:51 -070064</suppressions>