<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>jslint4vs2010 Discussions Rss Feed</title><link>http://jslint4vs2010.codeplex.com/discussions</link><description>jslint4vs2010 Discussions Rss Description</description><item><title>New Post: Excluding JS file that are included in the project via Content Include?</title><link>http://jslint4vs2010.codeplex.com/discussions/437399</link><description>&lt;div style="line-height: normal;"&gt;We have multiple products that all use some common folders. We're using Visual Studio's ability to include content in a project from outside the project (Content Include) for third party JS libraries and code we write for all projects to use. The code from the third party libraries often don't conform to jsLint or jsHint requirements, so when we run jsHint on our project at build, it reports tons of errors.&lt;br /&gt;
&lt;br /&gt;
We've tried to exclude these folders from jsLint for VS2012 using the provided mechanisms (right click, exclude on build), but whenever the build runs, the files are still checked and errors are reported.&lt;br /&gt;
&lt;br /&gt;
Can anyone tell me the correct way to have these files excluded from these project's build process?&lt;br /&gt;
&lt;br /&gt;
For example, if I have the following Content Include key in .proj file, what is the correct jsLintSkip entry to have in the .proj file to avoid running jsLint on this file?&lt;br /&gt;
&lt;br /&gt;
Given:&lt;br /&gt;
&lt;strong&gt;&amp;lt;Content Include=&amp;quot;vendor\jQuery\jquery.min.js&amp;quot; /&amp;gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
What is the correct value for &amp;lt;jsLintSkip&amp;gt; to exclude this included vendor folder so that this file (jQuery) and other's like are run through jsLint at build?&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&amp;lt;JSLintSkip&amp;gt;vendor\&amp;lt;/JSLintSkip&amp;gt; (?)&lt;/strong&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>kpepin</author><pubDate>Wed, 20 Mar 2013 19:22:09 GMT</pubDate><guid isPermaLink="false">New Post: Excluding JS file that are included in the project via Content Include? 20130320072209P</guid></item><item><title>New Post: JSHint swindent(?)</title><link>http://jslint4vs2010.codeplex.com/discussions/435489</link><description>&lt;div style="line-height: normal;"&gt;Is there support for the JSHint option for switch case indenting (&amp;quot;swindent&amp;quot;)?&lt;br /&gt;
&lt;br /&gt;
&lt;a href="https://github.com/jshint/jshint/pull/600" rel="nofollow"&gt;https://github.com/jshint/jshint/pull/600&lt;/a&gt;&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;switch (me.options.type()) {
    case me.Types.radio:
        result = me.Types.radio;
        break;
    case me.Types.checkbox:
        result = me.Types.checkbox;
        break;
    case me.Types.button:
        result = me.Types.button;
        break;
}&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;</description><author>kpepin</author><pubDate>Tue, 05 Mar 2013 19:37:32 GMT</pubDate><guid isPermaLink="false">New Post: JSHint swindent(?) 20130305073732P</guid></item><item><title>New Post: Error thresold of 1000 reached</title><link>http://jslint4vs2010.codeplex.com/discussions/406504</link><description>&lt;div style="line-height: normal;"&gt;
&lt;pre&gt;Hello,



I can't suppress the &amp;quot;Error thresold of 1000 reached&amp;quot; error caused by the JSLint Extension. So I can't compile my project till I fixed all JS Errors.



Can you make the error suppressable?



Thank You&lt;/pre&gt;
&lt;/div&gt;</description><author>bswforum</author><pubDate>Wed, 12 Dec 2012 09:55:44 GMT</pubDate><guid isPermaLink="false">New Post: Error thresold of 1000 reached 20121212095544A</guid></item><item><title>New Post: How can I use the tool with TFS Build definition?</title><link>http://jslint4vs2010.codeplex.com/discussions/246805</link><description>&lt;div style="line-height: normal;"&gt;&lt;blockquote style="border: solid .1em #ccc; font-style: italic; margin: .25em 1em 0 1em; padding: 0 .25em 0 .25em;"&gt;&lt;strong&gt;lukepage wrote:&lt;/strong&gt;&lt;br /&gt;
&lt;p&gt;You can already now associate a settings file with a solution (right click solution).. so I would suggest setting up something that could use that.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Yep I saw that feature, nice, but that would be the file to use for the options to check against the code. What I'm saying is the way of programming the JS/CSS check at build without the need of installing the tool since for example TFS Build won't have it. And another situation is for example where only a few developers can configure the options to validate of JS and CSS and every other developer doesn't need to have installed the tool but is needed to be able to check de validations.&lt;/p&gt;
&lt;p&gt;Possible solution is like StyleCop team done it: checkin the dll used to validate, edit project files of the solution to include an import tag with the dll used to validate and include a targets file where build indications are specified.&lt;/p&gt;&lt;/div&gt;</description><author>ffernandez</author><pubDate>Sat, 13 Oct 2012 16:06:56 GMT</pubDate><guid isPermaLink="false">New Post: How can I use the tool with TFS Build definition? 20121013040656P</guid></item><item><title>New Post: How can I use the tool with TFS Build definition?</title><link>http://jslint4vs2010.codeplex.com/discussions/246805</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;(p.s. yes if I wasn't heavily involved in dotless and less.js I would have more love for this extension, but those 2 things seem more important)&lt;/p&gt;&lt;/div&gt;</description><author>lukepage</author><pubDate>Fri, 12 Oct 2012 07:43:41 GMT</pubDate><guid isPermaLink="false">New Post: How can I use the tool with TFS Build definition? 20121012074341A</guid></item><item><title>New Post: How can I use the tool with TFS Build definition?</title><link>http://jslint4vs2010.codeplex.com/discussions/246805</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;(p.s. yes if I wasn't heavily involved in dotless and less.js I would have more love for this extension, but those 2 things seem more important)&lt;/p&gt;&lt;/div&gt;</description><author>lukepage</author><pubDate>Fri, 12 Oct 2012 07:43:41 GMT</pubDate><guid isPermaLink="false">New Post: How can I use the tool with TFS Build definition? 20121012074341A</guid></item><item><title>New Post: How can I use the tool with TFS Build definition?</title><link>http://jslint4vs2010.codeplex.com/discussions/246805</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;You can already now associate a settings file with a solution (right click solution).. so I would suggest setting up something that could use that.&lt;/p&gt;&lt;/div&gt;</description><author>lukepage</author><pubDate>Fri, 12 Oct 2012 07:42:36 GMT</pubDate><guid isPermaLink="false">New Post: How can I use the tool with TFS Build definition? 20121012074236A</guid></item><item><title>New Post: How can I use the tool with TFS Build definition?</title><link>http://jslint4vs2010.codeplex.com/discussions/246805</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;You can already now associate a settings file with a solution (right click solution).. so I would suggest setting up something that could use that.&lt;/p&gt;&lt;/div&gt;</description><author>lukepage</author><pubDate>Fri, 12 Oct 2012 07:42:36 GMT</pubDate><guid isPermaLink="false">New Post: How can I use the tool with TFS Build definition? 20121012074236A</guid></item><item><title>New Post: How can I use the tool with TFS Build definition?</title><link>http://jslint4vs2010.codeplex.com/discussions/246805</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;BTW: check my work if you wish&lt;/p&gt;
&lt;p&gt;http://entitiestodtos.codeplex.com&lt;/p&gt;&lt;/div&gt;</description><author>ffernandez</author><pubDate>Thu, 11 Oct 2012 14:58:09 GMT</pubDate><guid isPermaLink="false">New Post: How can I use the tool with TFS Build definition? 20121011025809P</guid></item><item><title>New Post: How can I use the tool with TFS Build definition?</title><link>http://jslint4vs2010.codeplex.com/discussions/246805</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I can give it a try, let me think about it as I also maintain another open source project and work at an office too.&lt;/p&gt;
&lt;p&gt;I would be glad to do it, thinking on doing it much like the same as the guys of StyleCop do it, with a *.targets file that you have to include in the project file (*.csproj) using an "Import" tag so the tool runs when the project is build.&lt;/p&gt;
&lt;p&gt;StyleCop example:&lt;br /&gt;&amp;lt;Import Project="$(SolutionDir)\..\StyleCop\StyleCop.Targets" /&amp;gt;&lt;/p&gt;
&lt;p&gt;What do you think?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</description><author>ffernandez</author><pubDate>Thu, 11 Oct 2012 14:56:31 GMT</pubDate><guid isPermaLink="false">New Post: How can I use the tool with TFS Build definition? 20121011025631P</guid></item><item><title>New Post: How can I use the tool with TFS Build definition?</title><link>http://jslint4vs2010.codeplex.com/discussions/246805</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;The structure is much better for adding this feature now.. but I have no plans to do it.&lt;/p&gt;
&lt;p&gt;If anyone wants to have a go I'm happy to give you developer rights/credit.&lt;/p&gt;&lt;/div&gt;</description><author>lukepage</author><pubDate>Thu, 11 Oct 2012 14:48:29 GMT</pubDate><guid isPermaLink="false">New Post: How can I use the tool with TFS Build definition? 20121011024829P</guid></item><item><title>New Post: How can I use the tool with TFS Build definition?</title><link>http://jslint4vs2010.codeplex.com/discussions/246805</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;The structure is much better for adding this feature now.. but I have no plans to do it.&lt;/p&gt;
&lt;p&gt;If anyone wants to have a go I'm happy to give you developer rights/credit.&lt;/p&gt;&lt;/div&gt;</description><author>lukepage</author><pubDate>Thu, 11 Oct 2012 14:48:29 GMT</pubDate><guid isPermaLink="false">New Post: How can I use the tool with TFS Build definition? 20121011024829P</guid></item><item><title>New Post: How can I use the tool with TFS Build definition?</title><link>http://jslint4vs2010.codeplex.com/discussions/246805</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;We also need an executable for TFS :)&lt;/p&gt;&lt;/div&gt;</description><author>dervalp</author><pubDate>Thu, 11 Oct 2012 14:25:16 GMT</pubDate><guid isPermaLink="false">New Post: How can I use the tool with TFS Build definition? 20121011022516P</guid></item><item><title>New Post: How can I use the tool with TFS Build definition?</title><link>http://jslint4vs2010.codeplex.com/discussions/246805</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;We also need an executable for TFS :)&lt;/p&gt;&lt;/div&gt;</description><author>dervalp</author><pubDate>Thu, 11 Oct 2012 14:25:16 GMT</pubDate><guid isPermaLink="false">New Post: How can I use the tool with TFS Build definition? 20121011022516P</guid></item><item><title>New Post: How can I use the tool with TFS Build definition?</title><link>http://jslint4vs2010.codeplex.com/discussions/246805</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;We really would like this feature too!&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;</description><author>ffernandez</author><pubDate>Thu, 11 Oct 2012 14:13:36 GMT</pubDate><guid isPermaLink="false">New Post: How can I use the tool with TFS Build definition? 20121011021336P</guid></item><item><title>New Post: How can I use the tool with TFS Build definition?</title><link>http://jslint4vs2010.codeplex.com/discussions/246805</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;We really would like this feature too!&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;</description><author>ffernandez</author><pubDate>Thu, 11 Oct 2012 14:13:36 GMT</pubDate><guid isPermaLink="false">New Post: How can I use the tool with TFS Build definition? 20121011021336P</guid></item><item><title>New Post:  Unused Variables in Parameters</title><link>http://jslint4vs2010.codeplex.com/discussions/397858</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks for your replay, I would use this way to filter them out.&lt;/p&gt;&lt;/div&gt;</description><author>BramYeh</author><pubDate>Thu, 04 Oct 2012 01:42:47 GMT</pubDate><guid isPermaLink="false">New Post:  Unused Variables in Parameters 20121004014247A</guid></item><item><title>New Post:  Unused Variables in Parameters</title><link>http://jslint4vs2010.codeplex.com/discussions/397858</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks for your replay, I would use this way to filter them out.&lt;/p&gt;&lt;/div&gt;</description><author>BramYeh</author><pubDate>Thu, 04 Oct 2012 01:42:47 GMT</pubDate><guid isPermaLink="false">New Post:  Unused Variables in Parameters 20121004014247A</guid></item><item><title>New Post:  Unused Variables in Parameters</title><link>http://jslint4vs2010.codeplex.com/discussions/397858</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;the extension uses jshint and jslint, they are not written by me. the only way of turning it off in jslint is to switch off unused parameters.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>lukepage</author><pubDate>Wed, 03 Oct 2012 20:39:04 GMT</pubDate><guid isPermaLink="false">New Post:  Unused Variables in Parameters 20121003083904P</guid></item><item><title>New Post:  Unused Variables in Parameters</title><link>http://jslint4vs2010.codeplex.com/discussions/397858</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;the extension uses jshint and jslint, they are not written by me. the only way of turning it off in jslint is to switch off unused parameters.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>lukepage</author><pubDate>Wed, 03 Oct 2012 20:39:04 GMT</pubDate><guid isPermaLink="false">New Post:  Unused Variables in Parameters 20121003083904P</guid></item></channel></rss>