Back to home page

OSCL-LXR

 
 

    


0001 <!--
0002   ~ Licensed to the Apache Software Foundation (ASF) under one or more
0003   ~ contributor license agreements.  See the NOTICE file distributed with
0004   ~ this work for additional information regarding copyright ownership.
0005   ~ The ASF licenses this file to You under the Apache License, Version 2.0
0006   ~ (the "License"); you may not use this file except in compliance with
0007   ~ the License.  You may obtain a copy of the License at
0008   ~
0009   ~    http://www.apache.org/licenses/LICENSE-2.0
0010   ~
0011   ~ Unless required by applicable law or agreed to in writing, software
0012   ~ distributed under the License is distributed on an "AS IS" BASIS,
0013   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
0014   ~ See the License for the specific language governing permissions and
0015   ~ limitations under the License.
0016   -->
0017 
0018 <!DOCTYPE suppressions PUBLIC
0019 "-//Puppy Crawl//DTD Suppressions 1.1//EN"
0020 "https://checkstyle.org/dtds/suppressions_1_1.dtd">
0021 
0022 <!--
0023 
0024     This file contains suppression rules for Checkstyle checks.
0025     Ideally only files that cannot be modified (e.g. third-party code)
0026     should be added here. All other violations should be fixed.
0027 
0028 -->
0029 
0030 <suppressions>
0031     <suppress checks=".*"
0032               files="core/src/main/java/org/apache/spark/util/collection/TimSort.java"/>
0033     <suppress checks=".*"
0034               files="external/spark-ganglia-lgpl/src/main/java/com/codahale/metrics/ganglia/GangliaReporter.java"/>
0035     <suppress checks=".*"
0036               files="sql/core/src/main/java/org/apache/spark/sql/api.java/*"/>
0037     <suppress checks="LineLength"
0038               files="src/test/java/org/apache/spark/sql/hive/test/Complex.java"/>
0039     <suppress checks="LineLength"
0040               files="src/main/java/org/apache/spark/examples/JavaLogQuery.java"/>
0041     <suppress checks="LineLength"
0042               files="src/main/java/org/apache/hive/service/*"/>
0043     <suppress checks="MethodName"
0044               files="src/main/java/org/apache/hive/service/auth/PasswdAuthenticationProvider.java"/>
0045     <suppress checks="MethodName"
0046               files="sql/catalyst/src/main/java/org/apache/spark/sql/streaming/OutputMode.java"/>
0047     <suppress checks="MethodName"
0048               files="sql/catalyst/src/main/java/org/apache/spark/sql/streaming/GroupStateTimeout.java"/>
0049     <suppress checks="MethodName"
0050               files="sql/core/src/main/java/org/apache/spark/sql/streaming/Trigger.java"/>
0051 </suppressions>