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
It looks like this plugin is calling the reporter function with a result set for every file that is processed and not for the entire collection.
Reporters like jshint-teamcity, jshint-teamcity-compile, and jshint-checkstyle-file-reporter need to be able to place output on the console at the beginning and end of every full run. In the last example it keeps overwriting the same file with new content if an output file is specified.
Ideally gulp-jshint compiles all of the errors it sees and then runs the results through the reporter once, not once per file in the glob.
It looks like this plugin is calling the reporter function with a result set for every file that is processed and not for the entire collection.
Reporters like jshint-teamcity, jshint-teamcity-compile, and jshint-checkstyle-file-reporter need to be able to place output on the console at the beginning and end of every full run. In the last example it keeps overwriting the same file with new content if an output file is specified.
Ideally gulp-jshint compiles all of the errors it sees and then runs the results through the reporter once, not once per file in the glob.
References issue jshint-teamcity-compile #1.
The text was updated successfully, but these errors were encountered: