blob: 41dbe2d1091e3916d6c6947053396ecedc7d6b2d [file] [log] [blame]
tom0eb04ca2014-08-25 14:34:51 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN" "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
3
4<suppressions>
5 <!--
6 Note: Exclusion definition exists in multiple places.
7 - In file ${findbugs.excludeFilterFile} defined at top of pom.xml
8 - In file conf/checkstyle/onos_suppressions.xml (this file)
9 - maven-pmd-plugin configuration in pom.xml
10 (under build and reporting)
11 -->
12
13 <suppress files=".*" checks="FinalParametersCheck"/>
14 <suppress files=".*" checks="MagicNumbersCheck"/>
15 <suppress files=".*" checks="DesignForExtensionCheck"/>
16 <suppress files=".*" checks="TodoCommentCheck"/>
17 <suppress files=".*" checks="AvoidInlineConditionalsCheck"/>
18 <suppress files=".*" checks="OperatorWrapCheck"/>
19</suppressions>
20