Closed bchocho closed 9 years ago
Good idea. One question, though: the issue you pointed out is still open, but the sub-tasks are all resolved. Is that issue about to be closed, @dafrista?
I still see quite a few errors after running checkstyle on REEF. So, likely more sub-tasks will be opened and closed in the process.
I added the checkstyle plugin. You can run checkstyle by mvn checkstyle:checkstyle
REEF has added checkstyle (run via
mvn checkstyle:checkstyle
) and is in the process of getting the rules and code to pass. We should apply REEF's latest checkstyle to Dolphin as well. After that, we can work to remove the parts that don't comply.This could be a good "introductory exercise" for CMSLab's summer interns to get familiar with Dolphin code, REEF style conventions, and GitHub collaboration.