SollmoStudio / beyond

Beyond: The Scalable Game Server Framework
http://www.beyondframework.com
Apache License 2.0
25 stars 9 forks source link

Remove scalastyle warnings #202

Open sgkim126 opened 9 years ago

sgkim126 commented 9 years ago

The beyond framework has many numbers of scalastyle warnings. But we ignore it, because fixing the style warnings rather hurts the readability. However, it becomes broken windows. Now, we cannot know when the commit makes new warning.

I think we have to explicitly ignore warnings with comment filters when there is no way to fix the style without harming readability.