Created
December 26, 2015 20:10
-
-
Save markstory/0638d6bd8870a4a9da9b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 '===' to compare with 'null'." 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