gulp-jshint-xml-file-reporter
Version:
A JSHint reporter to be used with gulp-jshint that will provide XML (i.e. checkstyle and junit), that can be used by CI tools such as jenkins
16 lines (15 loc) • 652 B
text/xml
<testsuite name="jshint" failures="8">
<testcase name="dummy.js">
<failure message="8 JSHint Failures">
1. line 1, char 13: Strings must use singlequote.
2. line 1, char 1: Missing semicolon.
3. line 3, char 9: Missing name in function declaration.
4. line 9, char 1: 'c' is not defined.
5. line 3, char 1: 'undefined' is defined but never used.
6. line 7, char 5: 'a' is defined but never used.
7. line 7, char 8: 'b' is defined but never used.
8. line 3, char 10: 'a' is defined but never used.
</failure>
</testcase>
</testsuite>