xref: /aosp_15_r20/external/apache-commons-lang/src/site/resources/checkstyle/checkstyle-suppressions.xml (revision 455610af95f3bf5f4bc8a9eda520f57e389a4c42)
1*455610afSAndroid Build Coastguard Worker<?xml version="1.0"?>
2*455610afSAndroid Build Coastguard Worker<!--
3*455610afSAndroid Build Coastguard WorkerLicensed to the Apache Software Foundation (ASF) under one or more
4*455610afSAndroid Build Coastguard Workercontributor license agreements.  See the NOTICE file distributed with
5*455610afSAndroid Build Coastguard Workerthis work for additional information regarding copyright ownership.
6*455610afSAndroid Build Coastguard WorkerThe ASF licenses this file to You under the Apache License, Version 2.0
7*455610afSAndroid Build Coastguard Worker(the "License"); you may not use this file except in compliance with
8*455610afSAndroid Build Coastguard Workerthe License.  You may obtain a copy of the License at
9*455610afSAndroid Build Coastguard Worker
10*455610afSAndroid Build Coastguard Worker     http://www.apache.org/licenses/LICENSE-2.0
11*455610afSAndroid Build Coastguard Worker
12*455610afSAndroid Build Coastguard WorkerUnless required by applicable law or agreed to in writing, software
13*455610afSAndroid Build Coastguard Workerdistributed under the License is distributed on an "AS IS" BASIS,
14*455610afSAndroid Build Coastguard WorkerWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15*455610afSAndroid Build Coastguard WorkerSee the License for the specific language governing permissions and
16*455610afSAndroid Build Coastguard Workerlimitations under the License.
17*455610afSAndroid Build Coastguard Worker-->
18*455610afSAndroid Build Coastguard Worker<!DOCTYPE suppressions PUBLIC "-//Checkstyle//DTD SuppressionFilter Configuration 1.0//EN" "https://checkstyle.org/dtds/suppressions_1_0.dtd">
19*455610afSAndroid Build Coastguard Worker<suppressions>
20*455610afSAndroid Build Coastguard Worker    <suppress checks="JavadocMethod" files=".*[/\\]test[/\\].*"/>
21*455610afSAndroid Build Coastguard Worker    <suppress checks="JavadocPackage" files=".*[/\\]test[/\\].*"/>
22*455610afSAndroid Build Coastguard Worker    <!-- exclude generated JMH classes from all checks -->
23*455610afSAndroid Build Coastguard Worker    <suppress checks="[a-zA-Z0-9]*" files=".*[/\\]generated-test-sources[/\\].*"/>
24*455610afSAndroid Build Coastguard Worker    <suppress checks="RedundantModifier" files="ConstructorUtilsTest" lines="0-99999"/>
25*455610afSAndroid Build Coastguard Worker    <!-- Windows-only workaround -->
26*455610afSAndroid Build Coastguard Worker    <suppress checks="NewlineAtEndOfFile" files="target[/\\]maven-archiver[/\\]pom.properties"/>
27*455610afSAndroid Build Coastguard Worker</suppressions>
28