-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checkstyle: Fix line length violations (Part 2) #1638
Checkstyle: Fix line length violations (Part 2) #1638
Conversation
Can I suggest some better things to do:
How's that for a list? Biggest priority would be the sub logic although most of the others are much easier to achieve. |
@simon33-2 That looks like a good selection of features and fixes, and I'd be happy to contribute to some of them. In fact, a few look like good candidates for me to increase my knowledge of game mechanics. Are there already open issues for any of them? Is so, could you edit your comment and reference the issue number? I'll then bookmark the comment for later review. However, I plan on starting to prototype the serialization proxy stuff this weekend, so, other than dropping a few more Checkstyle PRs for the remaining no-risk and low-risk violation fixes, I probably won't get to any other meaningful changes in the near future to avoid context switching. |
2b591cb
to
6906866
Compare
Rebased against |
Not all of those have issues open. |
This PR fixes violations of the Checkstyle LineLength rule.
I'm splitting fixes for the LineLength rule into multiple PRs because, while the number of changes is not particularly large, they do require a bit more scrutiny. So I'm trying to keep the PR smaller to not overwhelm the reviewer.