1
0
Files
hudi/style/checkstyle-suppressions.xml

14 lines
550 B
XML

<?xml version="1.0"?>
<!DOCTYPE suppressions PUBLIC
"-//Puppy Crawl//DTD Suppressions 1.0//EN"
"http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
<suppressions>
<!-- Impossible to resolve checkstyle indentation violation because of checkstyle bug -->
<suppress checks="indentation" files="HoodieLogFileCommand.java" lines="1-9999"/>
<!-- Member Names expected to start with "_" -->
<suppress checks="naming" files="TestRecord.java" lines="1-9999"/>
<suppress checks="IllegalImport" files="Option.java" />
</suppressions>