grunt-search
Version:
Grunt plugin that searches a list of files and logs all findings in various formats.
18 lines • 409 B
text/xml
<testsuite name="jshint" tests="2" failures="3" errors="0">
<testcase name="test/fixtures/file1.js">
<failure message="Substring matched">
<![CDATA[
1. line 2: @nocommit
2. line 7: @nocommit
]]>
</failure>
</testcase>
<testcase name="test/fixtures/file2.js">
<failure message="Substring matched">
<![CDATA[
1. line 3: @nocommit
]]>
</failure>
</testcase>
</testsuite>