<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CodeSniffer Part 2: CodeSniffer Output</title>
	<atom:link href="http://www.kingkludge.net/2009/02/codesniffer-part-2-codesniffer-output/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kingkludge.net/2009/02/codesniffer-part-2-codesniffer-output/</link>
	<description>Poking my sausage like fingers into the web since 1997</description>
	<lastBuildDate>Mon, 12 Apr 2010 09:43:03 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Paul</title>
		<link>http://www.kingkludge.net/2009/02/codesniffer-part-2-codesniffer-output/comment-page-1/#comment-113</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 07 Dec 2009 03:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.kingkludge.net/?p=62#comment-113</guid>
		<description>Thanks heaps. The best way around it does appear to be implementing *nix file endings.

Cheers</description>
		<content:encoded><![CDATA[<p>Thanks heaps. The best way around it does appear to be implementing *nix file endings.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.kingkludge.net/2009/02/codesniffer-part-2-codesniffer-output/comment-page-1/#comment-112</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Fri, 04 Dec 2009 08:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.kingkludge.net/?p=62#comment-112</guid>
		<description>Hi Paul,

Yeah, normally it&#039;s caused because you&#039;re editing on windows and the line endings are therefore incorrect.

In Eclipse, which I use, you can configure the default for the workspace to be unix line endings. I would imagine that pretty much all IDEs should have a way to convert line endings.

Alternatively use a tool like flip or linebreak on the Mac or sed/awk etc on *nix. There&#039;s probably loads of tools for that, but hopefully your IDE should do it for you.

If however your standard is for windows line endings, alter the rules accordingly to expect \r\n rather than \n</description>
		<content:encoded><![CDATA[<p>Hi Paul,</p>
<p>Yeah, normally it&#8217;s caused because you&#8217;re editing on windows and the line endings are therefore incorrect.</p>
<p>In Eclipse, which I use, you can configure the default for the workspace to be unix line endings. I would imagine that pretty much all IDEs should have a way to convert line endings.</p>
<p>Alternatively use a tool like flip or linebreak on the Mac or sed/awk etc on *nix. There&#8217;s probably loads of tools for that, but hopefully your IDE should do it for you.</p>
<p>If however your standard is for windows line endings, alter the rules accordingly to expect \r\n rather than \n</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.kingkludge.net/2009/02/codesniffer-part-2-codesniffer-output/comment-page-1/#comment-111</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 04 Dec 2009 04:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.kingkludge.net/?p=62#comment-111</guid>
		<description>Thanks for this ... great tutorial.

BTW have you found a way to remove this error:

End of line character is invalid; expected &quot;\n&quot; but found &quot;\r\n&quot;

Cheers,
Paul</description>
		<content:encoded><![CDATA[<p>Thanks for this &#8230; great tutorial.</p>
<p>BTW have you found a way to remove this error:</p>
<p>End of line character is invalid; expected &#8220;\n&#8221; but found &#8220;\r\n&#8221;</p>
<p>Cheers,<br />
Paul</p>
]]></content:encoded>
	</item>
</channel>
</rss>
