Our teams style guide for Apex. For a human readable version, checkout this page
- Download the most recent version of the checkstyle jar
- Generate a
checkstyle.propertiesfilebasedir=/path/to/src - Run checkstyle against a single file
java -jar checkstyle.jar -p checkstyle.properties -c apex_checks_combined.xml /path/to/src/classes/MyClass.cls