You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Maven Build Process to incorporate CheckStyle plugin. Make necessary changes to POM.xml. It would be best to fail the build if there are issues with the code style.
The text was updated successfully, but these errors were encountered:
Added a checkstyle configuration
Updated POM to enforce checkstyle
All sources are updated to use a new max line length of 100. Indentation is changed to use two spaces instead of a Tab.
Added Eclipse configuration files to set up the code formatting to match with checkstyle.
Update Maven Build Process to incorporate CheckStyle plugin. Make necessary changes to POM.xml. It would be best to fail the build if there are issues with the code style.
The text was updated successfully, but these errors were encountered: