Skip to content

Instantly share code, notes, and snippets.

@markstory
Created December 26, 2015 20:10
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 markstory/0638d6bd8870a4a9da9b to your computer and use it in GitHub Desktop.
Save markstory/0638d6bd8870a4a9da9b to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<checkstyle version="4.3">
<file name="tests/fixtures/jshint/has_errors.js">
<error line="1" column="10" severity="warning" message="Missing name in function declaration." source="jshint.W025" />
<error line="4" column="18" severity="warning" message="Missing semicolon." source="jshint.W033" />
<error line="6" column="13" severity="warning" message="Use &apos;===&apos; to compare with &apos;null&apos;." source="jshint.W041" />
<error line="9" column="2" severity="error" message="Function declarations are not invocable. Wrap the whole function invocation in parens." source="jshint.E039" />
<error line="9" column="3" severity="warning" message="Expected an assignment or function call and instead saw an expression." source="jshint.W030" />
</file>
</checkstyle>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment