blob: 4f4f0d5cbcc846d432fa4edcfbdfd2dade4d218f [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" />
Jonathan Hart51539b82015-10-29 09:53:04 -070033 <suppress files="org.onosproject.segmentrouting.*" checks="AbbreviationAsWordInName" />
tom7438d0b2014-09-13 13:33:19 -070034
Ray Milkey85267002016-11-16 11:06:35 -080035 <!-- These files carry AT&T copyrights -->
36 <suppress files="org.onlab.packet.EAP" checks="RegexpHeader" />
37 <suppress files="org.onlab.packet.EAPOL" checks="RegexpHeader" />
38 <suppress files="org.onlab.packet.RADIUS" checks="RegexpHeader" />
39 <suppress files="org.onlab.packet.RADIUSAttribute" checks="RegexpHeader" />
40
Ray Milkeyccda0b52015-10-30 16:51:06 -070041 <!-- Suppressions for unit testing code -->
Yuta HIGUCHI9312a802017-06-12 20:01:27 -070042 <suppress checks="Javadoc(Package|Method)"
Ray Milkeyccda0b52015-10-30 16:51:06 -070043 files=".*/src/test/.*.java"
44 />
45
Ray Milkey0bb1e102016-11-10 14:51:27 -080046 <suppress checks="Javadoc.*"
Ray Milkeyccda0b52015-10-30 16:51:06 -070047 files=".*/thirdparty/.*.java"/>
48
Ray Milkey2d572dd2017-04-14 10:01:24 -070049 <suppress checks="Javadoc.*"
Ray Milkey2d572dd2017-04-14 10:01:24 -070050 files=".*/kafkaintegration/.*.java"/>
51
52 <suppress checks="Javadoc.*"
53 files=".*/demo/.*.java"/>
54
Ray Milkey749996b2018-05-11 09:59:19 -070055 <suppress checks="FileLength"
56 files=".*/SegmentRoutingManager.java"/>
57
janani bdd1314f2016-05-19 17:39:50 +053058 <!-- Suppressions for yangutils generated code -->
Ray Milkey0bb1e102016-11-10 14:51:27 -080059 <suppress files="org.onosproject.yang.gen.v1.*" checks="Javadoc.*" />
Yuta HIGUCHIbcc2ce92018-03-07 16:42:11 -080060
61 <!-- Suppress checks for Maven-generated code -->
62 <suppress files="[/\\]target[/\\]" checks=".*"/>
63
tom0eb04ca2014-08-25 14:34:51 -070064</suppressions>