Skip to content

Commit 6d22b7c

Browse files
committed
HBASE-23645 Fixed remaining Checkstyle violations in hbase-common tests
Signed-off-by: Viraj Jasani <vjasani@apache.org>
1 parent aa07d0a commit 6d22b7c

5 files changed

Lines changed: 187 additions & 210 deletions

File tree

hbase-checkstyle/src/main/resources/hbase/checkstyle-suppressions.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!DOCTYPE suppressions PUBLIC
3-
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
4-
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
3+
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
4+
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
55
<!--
66
/**
77
* Licensed to the Apache Software Foundation (ASF) under one
@@ -42,4 +42,6 @@
4242
<suppress checks="IllegalImport" message="org\.apache\.htrace\.core"/>
4343
<suppress checks="ImportOrder" message="Extra separation in import group before"/>
4444
<suppress checks="MethodLength" files="org.apache.hadoop.hbase.thrift.DemoClient.java"/>
45+
<suppress checks="InnerAssignment" files="org.apache.hadoop.hbase.Waiter"/>
46+
<suppress checks="EmptyBlock" files="org.apache.hadoop.hbase.TestTimeout"/>
4547
</suppressions>

0 commit comments

Comments
 (0)