Skip to content

Instantly share code, notes, and snippets.

@benmatselby
Created October 6, 2011 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benmatselby/1268230 to your computer and use it in GitHub Desktop.
Save benmatselby/1268230 to your computer and use it in GitHub Desktop.
DocBlox checkstyle
<checkstyle version="1.3.0">
<file name="Some/File.php">
<error line="1" severity="error" message="Some kind of error" source="DocBlox.DocBlox.DocBlox"/>
<error line="2" severity="critical" message="Some kind of critical issue" source="DocBlox.DocBlox.DocBlox"/>
<error line="3" severity="notice" message="Some kind of notice" source="DocBlox.DocBlox.DocBlox"/>
<error line="4" severity="warning" message="Some kind of warning" source="DocBlox.DocBlox.DocBlox"/>
</file>
</checkstyle>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment