Should we have a checkstyle for Scala?

2021-06-24 Thread tungtv...@gmail.com
Hello guys, I realize the current checkstyle.xml file doesn't support the Scala convention. Should we have a checkstyle for that? My suggestion: - https://github.com/scalastyle/scalastyle - https://github.com/scalastyle/scalastyle-maven-plugin Best Regards, Tung, Van TRAN ---

Re: Code organisation: makes guice application easier to discover

2021-06-10 Thread tungtv...@gmail.com
Hello Benoit, This is also the thing I want to do when the first time enters James' repository. Too many subdirectories in the root. One concern should put "not primary things" in the separate parent directory. Ex: benchmark, dockerfile, docs, grafana-reporting, third-party, testing... /Rega