Skip to content

Instantly share code, notes, and snippets.

@czottmann
Created April 18, 2010 10:31
Show Gist options
  • Save czottmann/370152 to your computer and use it in GitHub Desktop.
Save czottmann/370152 to your computer and use it in GitHub Desktop.
[./test/src/error.js] Lint at line 1 character 1: 'x' is not defined.
x = "is not defined";
jslint: No problems found in ./test/src/good.js
[./test/src/error.css] Lint at line 2 character 1: Expected a tagName, and instead saw omg-is-not-a-tagname.
omg-is-not-a-tagname {
jslint: No problems found in ./test/src/good.css
<testsuite failures='1' time='1.155' errors='1' tests='1' skipped='0' name='org.mikewest.static.jslint.css.error'>
<testcase time='1.155' name='testJSLint' classname='org.mikewest.static.jslint.css.error'>
<error message='error failed JSLint.'><![CDATA[[./test/src/error.css] Lint at line 2 character 1: Expected a tagName, and instead saw omg-is-not-a-tagname.
omg-is-not-a-tagname {]]></error>
</testcase>
</testsuite>
<testsuite failures='0' time='1.371' errors='0' tests='1' skipped='0' name='org.mikewest.static.jslint.css.good'>
<testcase time='1.371' name='testJSLint' classname='org.mikewest.static.jslint.css.good'>
</testcase>
</testsuite>
<testsuite failures='1' time='1.149' errors='1' tests='1' skipped='0' name='org.mikewest.static.jslint.js.error'>
<testcase time='1.149' name='testJSLint' classname='org.mikewest.static.jslint.js.error'>
<error message='error failed JSLint.'><![CDATA[[./test/src/error.js] Lint at line 1 character 1: 'x' is not defined.
x = "is not defined";]]></error>
</testcase>
</testsuite>
<testsuite failures='0' time='0.995' errors='0' tests='1' skipped='0' name='org.mikewest.static.jslint.js.good'>
<testcase time='0.995' name='testJSLint' classname='org.mikewest.static.jslint.js.good'>
</testcase>
</testsuite>
[./test/src/error.js] Lint at line 1 character 1: 'x' is not defined.
x = "is not defined";
jslint: No problems found in ./test/src/good.js
[./test/src/error.css] Lint at line 2 character 1: Expected a tagName, and instead saw omg-is-not-a-tagname.
omg-is-not-a-tagname {
jslint: No problems found in ./test/src/good.css
<testsuite failures='1' time='1.054' errors='1' tests='1' skipped='0' name='org.mikewest.static.jslint.css.error'>
<testcase time='1.054' name='testJSLint' classname='org.mikewest.static.jslint.css.error'>
<error message='error failed JSLint.'><![CDATA[[./test/src/error.css] Lint at line 2 character 1: Expected a tagName, and instead saw omg-is-not-a-tagname.
omg-is-not-a-tagname {]]></error>
</testcase>
</testsuite>
<testsuite failures='0' time='1.216' errors='0' tests='1' skipped='0' name='org.mikewest.static.jslint.css.good'>
<testcase time='1.216' name='testJSLint' classname='org.mikewest.static.jslint.css.good'>
</testcase>
</testsuite>
<testsuite failures='1' time='1.099' errors='1' tests='1' skipped='0' name='org.mikewest.static.jslint.js.error'>
<testcase time='1.099' name='testJSLint' classname='org.mikewest.static.jslint.js.error'>
<error message='error failed JSLint.'><![CDATA[[./test/src/error.js] Lint at line 1 character 1: 'x' is not defined.
x = "is not defined";]]></error>
</testcase>
</testsuite>
<testsuite failures='0' time='1.149' errors='0' tests='1' skipped='0' name='org.mikewest.static.jslint.js.good'>
<testcase time='1.149' name='testJSLint' classname='org.mikewest.static.jslint.js.good'>
</testcase>
</testsuite>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment