Path: blob/main/databases/cassandra4/files/maven/checkstyle_suppressions.xml
46786 views
<?xml version="1.0"?>1<!--2Licensed to the Apache Software Foundation (ASF) under one or more3contributor license agreements. See the NOTICE file distributed with4this work for additional information regarding copyright ownership.5The ASF licenses this file to You under the Apache License, Version 2.06(the "License"); you may not use this file except in compliance with7the License. You may obtain a copy of the License at89http://www.apache.org/licenses/LICENSE-2.01011Unless required by applicable law or agreed to in writing, software12distributed under the License is distributed on an "AS IS" BASIS,13WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.14See the License for the specific language governing permissions and15limitations under the License.16-->1718<!DOCTYPE suppressions PUBLIC19"-//Checkstyle//DTD SuppressionFilter Configuration 1.1//EN"20"https://checkstyle.org/dtds/suppressions_1_1.dtd">2122<suppressions>23<suppress checks="RegexpSinglelineJava" files="Semaphore\.java"/>24</suppressions>252627