COOL-cohort / COOL

the source code of the COOL system
https://www.comp.nus.edu.sg/~dbsystem/cool/
Apache License 2.0
45 stars 16 forks source link

code formating with checkstyle #93

Closed hugy718 closed 1 year ago

hugy718 commented 2 years ago

Use checkstyle to enforce a consistent code formatting.

Zrealshadow commented 2 years ago

I use the eclipse-formatter.xml which is the default formatter in vscode. If we set a unified formatter file, we can create a github CI to check the new PR's code format automatically

I agree with that we should fix all warning before submitting new PR.