RoboTutorLLC / RoboTutor_2020

Other
3 stars 1 forks source link

Checkstyle Static Analysis integrated #63

Closed sushant-varanasi closed 3 years ago

sushant-varanasi commented 3 years ago

PR Info

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard.

Issue Details

Branch

Type of change

Additional Info

Run/Build application (preBuild.dependsOn('checkstyle') will force the build to fail if checkstyle finds any violation); or Open Terminal and execute gradle check --stacktrace You can see HTML violations report at app/build/reports/checkstyle/checkstyle.html

sushant-varanasi commented 3 years ago

This branch can be merged now.

JackMostow commented 3 years ago

It passed all checks so I'll go ahead and merge.

JackMostow commented 3 years ago

I got an error message when I tried to merge, I think because it needed another review. So I'll leave to someone else to merge once it gets the second review.