forked from mysql-time-machine/replicator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylecheck_suppression.xml
20 lines (14 loc) · 1013 Bytes
/
stylecheck_suppression.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<!DOCTYPE suppressions PUBLIC
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
<suppressions>
<suppress files="com/booking/replication/Configuration.java" checks="MemberName"/>
<!-- Allow * imports due to heavy use of java.util.concurrent.* in this class -->
<suppress files="com/booking/replication/applier/hbase/HBaseApplierWriter.java" checks="AvoidStarImport"/>
<!-- Allow * imports due to heavy use of com.google.code.or.binlog.impl.event.* in this class -->
<suppress files="com/booking/replication/augmenter/EventAugmenter.java" checks="AvoidStarImport"/>
<suppress files="com/booking/replication/pipeline/PipelineOrchestrator.java" checks="AvoidStarImport"/>
<!-- Allow * imports due to heavy use of com.google.code.or.common.glossary.column.*in this class -->
<suppress files="com/booking/replication/schema/column/types/Converter.java" checks="AvoidStarImport"/>
</suppressions>