EMCECS / presto-s3-connector

Apache License 2.0
8 stars 3 forks source link

Add gradle checkstyle to keep code format consistent and reformat source code #85

Closed jameskim0987 closed 2 years ago

jameskim0987 commented 3 years ago

Code format such as extra lines, spacing, the position of opening brackets, etc tends to vary depending on who is writing the code. To maintain a consistent standard coding format for this repository, add gradle checkstyle and employ the checks upon ./gradlew clean build.

The gradle checkstyle plugin will take effect on source code (main and test)