Created
October 6, 2011 18:34
-
-
Save benmatselby/1268230 to your computer and use it in GitHub Desktop.
DocBlox checkstyle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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