Skip to content

Instantly share code, notes, and snippets.

@laclefyoshi
Created April 15, 2012 04:24
Show Gist options
  • Save laclefyoshi/2390005 to your computer and use it in GitHub Desktop.
Save laclefyoshi/2390005 to your computer and use it in GitHub Desktop.
checkstyle script
#!/bin/sh
java -cp /opt/src/checkstyle-5.5/checkstyle-5.5-all.jar com.puppycrawl.tools.checkstyle.Main \
-c /opt/src/checkstyle-5.5/sun_checks.xml "$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment