You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wanting to use the checkstyle reporter with grunt-contrib-jshint to report the jshint results to the Checkstyle Jenkins plugin. But the limitation currently is the path to the source file is relative and doesn't match. Sample path: "......\main\modules\app.js"
I'm using the jscs Checkstyle reporter for reporting on jscs results, and it's working great. Sample path: "src/main/modules/app.js"
The text was updated successfully, but these errors were encountered:
I'm wanting to use the checkstyle reporter with grunt-contrib-jshint to report the jshint results to the Checkstyle Jenkins plugin. But the limitation currently is the path to the source file is relative and doesn't match. Sample path: "......\main\modules\app.js"
I'm using the jscs Checkstyle reporter for reporting on jscs results, and it's working great. Sample path: "src/main/modules/app.js"
The text was updated successfully, but these errors were encountered: