xref: /aosp_15_r20/external/apache-commons-bcel/src/conf/pmd.xml (revision 0c56280ab0842982c46a149f7b9eaa497e31e292)
1*0c56280aSSorin Basca<?xml version="1.0"?>
2*0c56280aSSorin Basca<!--
3*0c56280aSSorin BascaLicensed to the Apache Software Foundation (ASF) under one or more
4*0c56280aSSorin Bascacontributor license agreements.  See the NOTICE file distributed with
5*0c56280aSSorin Bascathis work for additional information regarding copyright ownership.
6*0c56280aSSorin BascaThe ASF licenses this file to You under the Apache License, Version 2.0
7*0c56280aSSorin Basca(the "License"); you may not use this file except in compliance with
8*0c56280aSSorin Bascathe License.  You may obtain a copy of the License at
9*0c56280aSSorin Basca
10*0c56280aSSorin Basca     http://www.apache.org/licenses/LICENSE-2.0
11*0c56280aSSorin Basca
12*0c56280aSSorin BascaUnless required by applicable law or agreed to in writing, software
13*0c56280aSSorin Bascadistributed under the License is distributed on an "AS IS" BASIS,
14*0c56280aSSorin BascaWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15*0c56280aSSorin BascaSee the License for the specific language governing permissions and
16*0c56280aSSorin Bascalimitations under the License.
17*0c56280aSSorin Basca-->
18*0c56280aSSorin Basca<ruleset name="mybraces"
19*0c56280aSSorin Basca    xmlns="http://pmd.sourceforge.net/ruleset/2.0.0"
20*0c56280aSSorin Basca    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21*0c56280aSSorin Basca    xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd">
22*0c56280aSSorin Basca  <description>Excludes from default PMD rules.</description>
23*0c56280aSSorin Basca  <rule ref="rulesets/java/unusedcode.xml">
24*0c56280aSSorin Basca  </rule>
25*0c56280aSSorin Basca</ruleset>