1
0

[HUDI-296] Explore use of spotless to auto fix formatting errors (#945)

- Add spotless format fixing to project
- One time reformatting for conformity
- Build fails for formatting changes and mvn spotless:apply autofixes them
This commit is contained in:
leesf
2019-10-10 20:19:40 +08:00
committed by vinoth chandar
parent 834c591955
commit b19bed442d
381 changed files with 7350 additions and 9064 deletions

View File

@@ -22,6 +22,7 @@
<suppressions>
<!-- Impossible to resolve checkstyle indentation violation because of checkstyle bug -->
<suppress checks="indentation" files="HoodieLogFileCommand.java" lines="1-9999"/>
<suppress checks="indentation" files="RealtimeUnmergedRecordReader.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" />