CheckStyle – Enforcing a coding style: part 2
Cranking up the challenge – Making my own rules. In the second of three posts on configuring CheckStyle as a code format enforcer, I will be looking at how to set my own rules by producing my own checkstyle.xml Disclaimer time. I was aware that there is a plugin for Eclipse to make this task easy. There were however two reasons that I didn’t want to do that. The point of this whole blog is to learn about the tools…