2016-10-13 23:37:47 +03:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<!--
|
2018-07-11 09:55:18 -07:00
|
|
|
~ Licensed to the Apache Software Foundation (ASF) under one
|
|
|
|
~ or more contributor license agreements. See the NOTICE file
|
2016-10-13 23:37:47 +03:00
|
|
|
~ distributed with this work for additional information
|
2018-07-11 09:55:18 -07:00
|
|
|
~ regarding copyright ownership. The ASF licenses this file
|
2016-10-13 23:37:47 +03:00
|
|
|
~ to you under the Apache License, Version 2.0 (the
|
|
|
|
~ "License"); you may not use this file except in compliance
|
2018-07-11 09:55:18 -07:00
|
|
|
~ with the License. You may obtain a copy of the License at
|
2016-10-13 23:37:47 +03:00
|
|
|
~
|
2018-07-11 09:55:18 -07:00
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
2016-10-13 23:37:47 +03:00
|
|
|
~
|
|
|
|
~ Unless required by applicable law or agreed to in writing,
|
|
|
|
~ software distributed under the License is distributed on an
|
|
|
|
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
2018-07-11 09:55:18 -07:00
|
|
|
~ KIND, either express or implied. See the License for the
|
2016-10-13 23:37:47 +03:00
|
|
|
~ specific language governing permissions and limitations
|
|
|
|
~ under the License.
|
|
|
|
-->
|
|
|
|
|
2018-07-11 09:55:18 -07:00
|
|
|
<!DOCTYPE suppressions PUBLIC
|
2018-11-20 12:42:15 +01:00
|
|
|
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
|
|
|
|
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
|
2018-07-11 09:55:18 -07:00
|
|
|
|
2016-10-13 23:37:47 +03:00
|
|
|
<suppressions>
|
|
|
|
<!-- See http://checkstyle.sourceforge.net/config_filters.html#SuppressionFilter for examples -->
|
2016-11-05 11:34:36 -07:00
|
|
|
|
|
|
|
<!-- Code copied from TestNG to apply a bugfix -->
|
|
|
|
<suppress checks="AvoidStaticImport" files="[\\/]org[\\/]testng[\\/]" />
|
|
|
|
|
2017-01-11 11:13:47 +09:00
|
|
|
<suppress checks="Header" files="[\\/]target[\\/]generated-test-sources[\\/]" />
|
2017-06-29 16:06:19 -05:00
|
|
|
<suppress checks="NeedBraces" files="[\\/]target[\\/]generated-test-sources[\\/]" />
|
|
|
|
<suppress checks="UnusedImports" files="[\\/]target[\\/]generated-test-sources[\\/]" />
|
|
|
|
<suppress checks="AvoidStarImport" files="[\\/]target[\\/]generated-test-sources[\\/]" />
|
|
|
|
<suppress checks="FileTabCharacter" files="[\\/]target[\\/]generated-test-sources[\\/]" />
|
2017-08-05 20:18:25 +03:00
|
|
|
|
|
|
|
<suppress checks="WhitespaceAfter" files="[\\/]target[\\/]generated-test-sources[\\/]" />
|
|
|
|
<suppress checks="WhitespaceAround" files="[\\/]target[\\/]generated-test-sources[\\/]" />
|
|
|
|
<suppress checks="ParenPad" files="[\\/]target[\\/]generated-test-sources[\\/]" />
|
|
|
|
<suppress checks="SingleSpaceSeparator" files="[\\/]target[\\/]generated-test-sources[\\/]" />
|
|
|
|
<suppress checks="NoWhitespaceBefore" files="[\\/]target[\\/]generated-test-sources[\\/]" />
|
|
|
|
<suppress checks="NoWhitespaceAfter" files="[\\/]target[\\/]generated-test-sources[\\/]" />
|
|
|
|
|
2017-07-21 18:26:59 +03:00
|
|
|
<suppress checks="LeftCurly" files="[\\/]target[\\/]generated-test-sources[\\/]" />
|
|
|
|
<suppress checks="RightCurly" files="[\\/]target[\\/]generated-test-sources[\\/]" />
|
2017-01-17 10:10:27 -08:00
|
|
|
|
2017-09-21 15:06:48 -05:00
|
|
|
<suppress checks="Indentation" files="[\\/]target[\\/]generated-test-sources[\\/]" />
|
|
|
|
<suppress checks="Indentation" files="ProtoTestEventWrapper.java" />
|
2018-11-26 16:55:42 +01:00
|
|
|
<suppress checks="Regexp" id="argumentLineBreaking" files="ProtoTestEventWrapper.java" />
|
2021-06-07 15:19:39 +05:30
|
|
|
<suppress checks="[a-zA-Z0-9]*" files="ProtoTestEventWrapper.java" />
|
2019-08-23 03:13:54 -07:00
|
|
|
<suppress checks="ConstantName" files="MySubRecord.java" />
|
|
|
|
<suppress checks="ConstantName" files="SomeAvroDatum.java" />
|
|
|
|
<suppress checks="ConstantName" files="MyFixed.java" />
|
|
|
|
<suppress checks="ConstantName" files="MyEnum.java" />
|
|
|
|
<suppress checks="ConstantName" files="Author" />
|
|
|
|
<suppress checks="ConstantName" files="Book" />
|
2018-10-23 07:17:38 -03:00
|
|
|
|
2018-01-18 20:29:23 +01:00
|
|
|
<suppress checks="OneStatementPerLine" files="[\\/]target[\\/]generated-test-sources[\\/]" />
|
2017-09-21 15:06:48 -05:00
|
|
|
|
2018-11-26 16:55:42 +01:00
|
|
|
<!-- extendedset is a fork of Alessandro Colantonio's CONCISE (COmpressed 'N' Composable Integer SEt) repository
|
|
|
|
and licensed to ASF under a CLA is not true. -->
|
2017-01-17 10:10:27 -08:00
|
|
|
<suppress checks="Header" files="[\\/]extendedset[\\/]" />
|
2018-11-20 12:42:15 +01:00
|
|
|
|
2018-11-26 16:55:42 +01:00
|
|
|
<suppress checks="Regexp" id="duplicateLine" files="[\\/]src[\\/]test[\\/]" />
|
|
|
|
|
2018-11-20 12:42:15 +01:00
|
|
|
<!-- See https://github.com/checkstyle/checkstyle/issues/5510 and the ImportOrder definition in checkstyle.xml -->
|
|
|
|
<suppress checks="ImportOrder" message="^'java\..*'.*" />
|
|
|
|
|
|
|
|
<suppress checks="ImportOrder" files="[\\/]target[\\/]generated-test-sources[\\/]" />
|
|
|
|
<suppress checks="EmptyLineSeparator" files="[\\/]target[\\/]generated-test-sources[\\/]" />
|
2020-07-01 02:29:35 +05:30
|
|
|
<suppress checks="AvoidStaticImport" files="[\\/]src[\\/](test)[\\/]"/>
|
2016-10-13 23:37:47 +03:00
|
|
|
</suppressions>
|