1
0
Files
hudi/docs/dev_setup.md
Balaji Varadarajan 788e4f2d2e CodeStyle formatting to conform to basic Checkstyle rules.
The code-style rules follow google style with some changes:

1. Increase line length from 100 to 120
2. Disable JavaDoc related checkstyles as this needs more manual work.

Both source and test code are checked for code-style
2018-03-30 11:09:40 -07:00

539 B

title, keywords, sidebar, permalink
title keywords sidebar permalink
Developer Setup developer setup mydoc_sidebar dev_setup.html

Code Style

We have embraced the code style largely based on google format. Please setup your IDE with style files from here We also recommend setting up the Save Action Plugin to auto format & organize imports on save. The Maven Compilation life-cycle will fail if there are checkstyle violations.