Skip to content

Instantly share code, notes, and snippets.

@xfreebird
Created February 26, 2015 15:46
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 xfreebird/edd8f2687f3b1a347f2f to your computer and use it in GitHub Desktop.
Save xfreebird/edd8f2687f3b1a347f2f to your computer and use it in GitHub Desktop.
xcodebuild oclint.xml
<?xml version="1.0" encoding="UTF-8"?>
<pmd version="oclint-0.8.1"><file name="/Users/nghimbovschi/Projects/Project Name With Spaces/Project Name With Spaces/AppDelegate.m">
<violation begincolumn="1" endcolumn="110" beginline="18" endline="18" priority="5" rule="long line">
Line with 110 characters exceeds limit of 100
</violation>
</file>
<file name="/Users/nghimbovschi/Projects/Project Name With Spaces/Project Name With Spaces/AppDelegate.m">
<violation begincolumn="1" endcolumn="281" beginline="24" endline="24" priority="5" rule="long line">
Line with 281 characters exceeds limit of 100
</violation>
</file>
<file name="/Users/nghimbovschi/Projects/Project Name With Spaces/Project Name With Spaces/AppDelegate.m">
<violation begincolumn="1" endcolumn="151" beginline="25" endline="25" priority="5" rule="long line">
Line with 151 characters exceeds limit of 100
</violation>
</file>
<file name="/Users/nghimbovschi/Projects/Project Name With Spaces/Project Name With Spaces/AppDelegate.m">
<violation begincolumn="1" endcolumn="214" beginline="29" endline="29" priority="5" rule="long line">
Line with 214 characters exceeds limit of 100
</violation>
</file>
<file name="/Users/nghimbovschi/Projects/Project Name With Spaces/Project Name With Spaces/AppDelegate.m">
<violation begincolumn="1" endcolumn="137" beginline="30" endline="30" priority="5" rule="long line">
Line with 137 characters exceeds limit of 100
</violation>
</file>
<file name="/Users/nghimbovschi/Projects/Project Name With Spaces/Project Name With Spaces/AppDelegate.m">
<violation begincolumn="1" endcolumn="153" beginline="34" endline="34" priority="5" rule="long line">
Line with 153 characters exceeds limit of 100
</violation>
</file>
<file name="/Users/nghimbovschi/Projects/Project Name With Spaces/Project Name With Spaces/AppDelegate.m">
<violation begincolumn="1" endcolumn="190" beginline="38" endline="38" priority="5" rule="long line">
Line with 190 characters exceeds limit of 100
</violation>
</file>
<file name="/Users/nghimbovschi/Projects/Project Name With Spaces/Project Name With Spaces/AppDelegate.m">
<violation begincolumn="1" endcolumn="124" beginline="42" endline="42" priority="5" rule="long line">
Line with 124 characters exceeds limit of 100
</violation>
</file>
<file name="/Users/nghimbovschi/Projects/Project Name With Spaces/Project Name With SpacesTests/Project_Name_With_SpacesTests.m">
<violation begincolumn="1" endcolumn="105" beginline="20" endline="20" priority="5" rule="long line">
Line with 105 characters exceeds limit of 100
</violation>
</file>
<file name="/Users/nghimbovschi/Projects/Project Name With Spaces/Project Name With SpacesTests/Project_Name_With_SpacesTests.m">
<violation begincolumn="1" endcolumn="107" beginline="24" endline="24" priority="5" rule="long line">
Line with 107 characters exceeds limit of 100
</violation>
</file>
</pmd>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment