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)
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)