<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic If I understand correctly, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/JSHint-identified-issues/m-p/1051702#M50276</link>
    <description>&lt;P&gt;If I understand correctly, you'd like us to add those jshint directives to js files like app_framework in order to reduce the noise you see when running jsHint, is that correct?&amp;nbsp; Are you running jshint outside the XDK?&lt;/P&gt;

&lt;P&gt;I can forward the info to our developers and see what we can do.&lt;/P&gt;

&lt;P&gt;Also, as Amrita points out, if you're using the editor that comes with the XDK, it will use jshint to flag errors as you develop, which may be preferable to running jshint periodically outside the editor.&lt;/P&gt;

&lt;P&gt;Dale&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Aug 2015 18:52:00 GMT</pubDate>
    <dc:creator>Dale_S_Intel</dc:creator>
    <dc:date>2015-08-13T18:52:00Z</dc:date>
    <item>
      <title>JSHint identified issues</title>
      <link>https://community.intel.com/t5/Software-Archive/JSHint-identified-issues/m-p/1051700#M50274</link>
      <description>&lt;P&gt;Adding the lines:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-weight: 700; font-size: 12px; line-height: 18px;"&gt;&lt;EM&gt;/*jslint browser:true, devel:true, white:true, vars:true */&lt;BR /&gt;
	/*global $:false, in&lt;A href="tel:false" style="font-weight: normal;"&gt;tel:false&lt;/A&gt;&amp;nbsp;*/&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;To the top of the javascript files helps quiet down things a lot as you suggested in another post. I had previously been just adding to the global statement. Adding this to app_framework still lets JSHint flag a number of issues. &amp;nbsp;I like to use any and all resources to flag potential semantic errors because I create enough real bugs in my code. Are their any plans to (1) add the directives to system files automatically (2) make fixes to the files for the hints that JSLint still finds?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2015 03:36:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/JSHint-identified-issues/m-p/1051700#M50274</guid>
      <dc:creator>John_F_3</dc:creator>
      <dc:date>2015-08-13T03:36:15Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Software-Archive/JSHint-identified-issues/m-p/1051701#M50275</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Thank you for your feedback. You can use similar kind of feature with comes by default with xdk which JShint bracket editor. We use thirdparty plugin for this&amp;nbsp;https://github.com/cfjedimaster&lt;/P&gt;

&lt;P&gt;Go to Develop Tab-&amp;gt; file-&amp;gt; Extension manger you can see that it is already added.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2015 18:36:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/JSHint-identified-issues/m-p/1051701#M50275</guid>
      <dc:creator>Amrita_C_Intel</dc:creator>
      <dc:date>2015-08-13T18:36:36Z</dc:date>
    </item>
    <item>
      <title>If I understand correctly,</title>
      <link>https://community.intel.com/t5/Software-Archive/JSHint-identified-issues/m-p/1051702#M50276</link>
      <description>&lt;P&gt;If I understand correctly, you'd like us to add those jshint directives to js files like app_framework in order to reduce the noise you see when running jsHint, is that correct?&amp;nbsp; Are you running jshint outside the XDK?&lt;/P&gt;

&lt;P&gt;I can forward the info to our developers and see what we can do.&lt;/P&gt;

&lt;P&gt;Also, as Amrita points out, if you're using the editor that comes with the XDK, it will use jshint to flag errors as you develop, which may be preferable to running jshint periodically outside the editor.&lt;/P&gt;

&lt;P&gt;Dale&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2015 18:52:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/JSHint-identified-issues/m-p/1051702#M50276</guid>
      <dc:creator>Dale_S_Intel</dc:creator>
      <dc:date>2015-08-13T18:52:00Z</dc:date>
    </item>
    <item>
      <title>Using the editor in the XDK.</title>
      <link>https://community.intel.com/t5/Software-Archive/JSHint-identified-issues/m-p/1051703#M50277</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Using the editor in the XDK. My concern too is masking other issues. &amp;nbsp;If you add these directives, several JSHint warnings pop up in app_framework.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;A former boss scolded me for using JSlint and fixing all the things it flagged--but in the end, squirrally problem reports from users seemed to vanish.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2015 23:10:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/JSHint-identified-issues/m-p/1051703#M50277</guid>
      <dc:creator>John_F_3</dc:creator>
      <dc:date>2015-08-13T23:10:37Z</dc:date>
    </item>
    <item>
      <title>Thanks for your feedback!</title>
      <link>https://community.intel.com/t5/Software-Archive/JSHint-identified-issues/m-p/1051704#M50278</link>
      <description>&lt;P&gt;Thanks for your feedback! Your request has been forwarded to our Engineering team.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2015 18:48:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/JSHint-identified-issues/m-p/1051704#M50278</guid>
      <dc:creator>Amrita_C_Intel</dc:creator>
      <dc:date>2015-08-14T18:48:56Z</dc:date>
    </item>
  </channel>
</rss>

