forked from actiontech/dble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dble_checkstyle_suppression.xml
29 lines (26 loc) · 1.3 KB
/
dble_checkstyle_suppression.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0"?>
<!--
~ Copyright (C) 2016-2019 ActionTech.
~ License: http://www.gnu.org/licenses/gpl.html GPL version 2 or higher.
-->
<!DOCTYPE suppressions PUBLIC
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
"http://checkstyle.sourceforge.net/dtds/suppressions_1_1.dtd">
<suppressions>
<suppress checks=".*" files="StructureMeta.java"/>
<suppress checks=".*" files="UcoreInterface.java"/>
<suppress checks=".*" files="UcoreGrpc.java"/>
<suppress checks=".*" files="AlertBlockQueue.java"/>
<suppress checks=".*" files="UshardInterface.java"/>
<suppress checks=".*" files="DbleClusterGrpc.java"/>
<suppress checks=".*" files="EvictionTimer.java"/>
<suppress checks="Indentation" files="MyTime.java"/>
<suppress checks="CyclomaticComplexity" files="MyTime.java"/>
<suppress checks="CyclomaticComplexity" files="TimSort.java"/>
<suppress checks="CyclomaticComplexity" files="DbleCreateTableParser.java"/>
<suppress checks=".*" files="BTraceCostTime.java"/>
<suppress checks="CyclomaticComplexity" files="CreateTableParserImp.java"/>
<suppress checks="CyclomaticComplexity" files="XMLSchemaLoader.java"/>
<suppress checks="UncommentedMain" files="XmltoCluster.java"/>
<suppress checks="UncommentedMain" files="XmltoZkMain.java"/>
</suppressions>