renaissance-benchmarks / renaissance

The Renaissance Benchmark Suite
https://renaissance.dev
GNU General Public License v3.0
306 stars 57 forks source link

Add checkstyle rules for Java code #19

Open axel22 opened 5 years ago

axel22 commented 5 years ago

SBT has a plugin called sbt-java-formatter, maybe we should try that out:

https://stackoverflow.com/questions/33494711/java-code-formatter-for-sbt

axel22 commented 5 years ago

@farquet Would you maybe like to take a look at this one?

farquet commented 5 years ago

Sure, would be happy to !

farquet commented 5 years ago

Since #88 was an unsucessful attempt to add java checkstyle via SBT after evaluating all existing options, it has been decided to simply provide formatting rules that can be installed in an IDE (see discussion at the end of #88).