dev.kanngard.net make sure you visit my new blog at: johankanngard.net

My Checkstyle configuration file

by Johan Känngård / [Java] / 2004-04-27 / #39


Checkstyle is a tool that helps project members to follow coding conventions defined in the project. I love it, since it's hard, even when I've set the rules, to actually follow them. By using Checkstyle, preferrable with Apache Ant", I get all my coding errors listed in front of me. Attached is my Checkstyle "check" configuration

The initial file did not contain the encoding attribute on the XML processing instruction, making it invalid XML, since my name contains iso-8859-1 characters...



Floppy icon checkstyle_checks.xml7 Kb