SERG-Delft / andy

Andy assesses student's test code. It's used in CSE1110, TU Delft.
MIT License
78 stars 23 forks source link

Configure errorprone and checkstyle #231

Closed mauricioaniche closed 1 year ago

mauricioaniche commented 1 year ago

Errorprone can help us find many bugs via static analysis. Checkstyle can help us keep the code clean.

Once this is done, we should remove the codesheriff thingy that I created as a playground!

RutaGiedryte commented 1 year ago

I would like to try do this one :))

mauricioaniche commented 1 year ago

All yours, @RutaGiedryte !